Page 2 of 2

Re: [Solved] How do I enable expansion pack download?

Posted: Fri Oct 16, 2020 5:04 am
by Commander_X
vaxon wrote: Thu Oct 15, 2020 11:03 pm
[...]
Does gnustep 1.26 also need gdnc?
I don't know if it needs it or not -- I can just confirm it has it:

Code: Select all

LD_LIBRARY_PATH=Linux-deps ldd oolite | grep gnustep
	libgnustep-base.so.1.26 => /usr/local/lib/libgnustep-base.so.1.26

Code: Select all

which gdnc
/usr/local/bin/gdnc

Re: [Solved] How do I enable expansion pack download?

Posted: Fri Oct 16, 2020 11:09 am
by vaxon
Commander_X wrote: Fri Oct 16, 2020 5:04 am
vaxon wrote: Thu Oct 15, 2020 11:03 pm
[...]
Does gnustep 1.26 also need gdnc?
I don't know if it needs it or not -- I can just confirm it has it:

Code: Select all

LD_LIBRARY_PATH=Linux-deps ldd oolite | grep gnustep
	libgnustep-base.so.1.26 => /usr/local/lib/libgnustep-base.so.1.26

Code: Select all

which gdnc
/usr/local/bin/gdnc
Apparently is does need it. I believe if you rename /usr/local/bin/gdnc to something else, the OXP download will stop working.