Re: httpGate and libssl problems

2011-08-22 Thread Alexander Burger
Hi Henrik, error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory This happened when copying a 32bit PL that had been compiled on Ubuntu and simply running it. Hmm, as just mentioned in IRC, I would not copy binary executables

Re: httpGate and libssl problems

2011-08-22 Thread Alexander Burger
On Mon, Aug 22, 2011 at 07:55:20AM +0200, Alexander Burger wrote: or build it all locally (as src/Makefile uses the -m32 switch). Oops, sorry. Forget that. It doesn't solve the problem of conflicting libraries. -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: httpGate and libssl problems

2011-08-22 Thread Jakob Eriksson
On Sun, Aug 21, 2011 at 11:22:29PM +0700, Henrik Sarvell wrote: Trying to compile with 32bit libc libraries installed gives me the following: ... gcc -m32 -o ../bin/ssl ssl.o -lssl -lcrypto snip I have installed every possible libssl and libssl-dev package but still no luck, what am I doing

Re: httpGate and libssl problems

2011-08-22 Thread Alexander Burger
Hi all, On Mon, Aug 22, 2011 at 08:37:29AM +0200, Jakob Eriksson wrote: On Sun, Aug 21, 2011 at 11:22:29PM +0700, Henrik Sarvell wrote: Trying to compile with 32bit libc libraries installed gives me the following: ... gcc -m32 -o ../bin/ssl ssl.o -lssl -lcrypto snip I have

Re: httpGate and libssl problems

2011-08-22 Thread Henrik Sarvell
*src# apt-get install libssl-dev* Reading package lists... Done Building dependency tree Reading state information... Done libssl-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 105 not upgraded. *src# make gate* gcc -c -O2 -m32 -pipe -falign-functions

Re: httpGate and libssl problems

2011-08-22 Thread Alexander Burger
Hi Henrik, /usr/bin/ld: cannot find -lssl collect2: ld returned 1 exit status make: *** [../bin/ssl] Error 1 * # lsb_release -a* No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 5.0.3 (lenny) Release: 5.0.3 Codename: lenny * # apt-get install

Re: httpGate and libssl problems

2011-08-22 Thread Henrik Sarvell
http://picolisp.com/5000/-2-1k.html On Mon, Aug 22, 2011 at 11:45 PM, Alexander Burger a...@software-lab.dewrote: Hi Henrik, /usr/bin/ld: cannot find -lssl collect2: ld returned 1 exit status make: *** [../bin/ssl] Error 1 * # lsb_release -a* No LSB modules are available.

Re: httpGate and libssl problems

2011-08-22 Thread Alexander Burger
On Mon, Aug 22, 2011 at 11:59:13PM +0700, Henrik Sarvell wrote: http://picolisp.com/5000/-2-1k.html Thanks for pointing that out! BTW, since a few weeks, the Wiki also accepts page names (instead of the direct object IDs) in URLs: http://picolisp.com/5000/!wiki?httpGate Cheers, - Alex --

httpGate and libssl problems

2011-08-21 Thread Henrik Sarvell
I'm trying to get the PicoLisp server up and running on Debian for the first time but encounter this problem when I try to run httpGate: bin/httpGate: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory This happened when copying a