-lssl library under Net::z3950
I'm getting an error trying to build the makefile on net::z3950 sys can't can not find -lssl this is on a debian woody min install using jferraro's instruction manual kernel is 2.4 any ideas? thanks re-v __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/
Are you sure you followed all the steps :-) I believe you will need to install ssh/open_ssl or such. #apt-get install ssh should do the trick ... Joshua Quoting mike re-v <mrmrmr50@yahoo.com>:
I'm getting an error trying to build the makefile on net::z3950 sys can't can not find -lssl this is on a debian woody min install using jferraro's instruction manual kernel is 2.4 any ideas? thanks re-v
__________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
On 2004-06-06 03:25:49 +0100 Joshua Ferraro <jmf@kados.org> wrote:
Are you sure you followed all the steps :-) I believe you will need to install ssh/open_ssl or such.
Might need libssl-dev too? -- MJR/slef My Opinion Only and possibly not of any group I know. http://www.ttllp.co.uk/ for creative copyleft computing Help hack the EuroParl! http://mjr.towers.org.uk/proj/eurovote/
ssh is installed. same error. When I install perl it defaults to rev.5.6 Is it possible I need 5.8? the error is LD_RUN_PATH = " cc - shared -L/usr/local/lib Z3950.o -o blib/arch/auto/NET/Z3950/Z3950.so yazwrap/libyazwrap.a -lyaz -lxmlz -lssl -lcrypto -lwrap -lnsl /usr/bin/ld: cannot find -lssl thanks re-v --- Joshua Ferraro <jmf@kados.org> wrote:
Are you sure you followed all the steps :-) I believe you will need to install ssh/open_ssl or such.
#apt-get install ssh
should do the trick ...
Joshua
Quoting mike re-v <mrmrmr50@yahoo.com>:
I'm getting an error trying to build the makefile on net::z3950 sys can't can not find -lssl this is on a debian woody min install using jferraro's instruction manual kernel is 2.4 any ideas? thanks re-v
__________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
__________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/
On 05/06/04 15:58 -0700, mike re-v wrote:
I'm getting an error trying to build the makefile on net::z3950 sys can't can not find -lssl this is on a debian woody min install using jferraro's instruction manual kernel is 2.4 any ideas? thanks re-v
I experienced a similiar problem recently too. If apt-get install libssl-dev doesn't help you then you'll need to build openssl from source. You can download the openssl source from http://www.openssl.org/source. The version to download is usually highlighted in red. After that I can only guess as to what the commands might be to install the source. Use the commands below as a guide and checkout the INSTALL and README files in the openssl tarball. cd /usr/local tar xzf /home/ben/downloads/openssl-????.tar.gz cd openssl-???? ./configure make make install Now try and rebuild Net::Z3950. I hope that goes someway to helping you out. -- Ben Hall Information Officer Forum Fisheries Agency PO Box 629 Honiara, Solomon Islands ph: +677 21124 fx: +677 23995 em: ben.hall@ffa.int ww: http://www.ffa.int/
Thanks I was able to get around this by doing a minimal desktop install on debian. As I have built Net::z3950 on both Mandrake 9.0 and Suse 9.0, I suspect the problem might be elsewhere. I wentt the route of installing a desktop with a browser on Debian woody, kernel 2.4. I used the browser to download everything from CPAN and used the latest version of YAZ. re-v --- Ben Hall <ben.hall@ffa.int> wrote:
On 05/06/04 15:58 -0700, mike re-v wrote:
I'm getting an error trying to build the makefile on net::z3950 sys can't can not find -lssl this is on a debian woody min install using jferraro's instruction manual kernel is 2.4 any ideas? thanks re-v
I experienced a similiar problem recently too. If apt-get install libssl-dev doesn't help you then you'll need to build openssl from source. You can download the openssl source from http://www.openssl.org/source. The version to download is usually highlighted in red.
After that I can only guess as to what the commands might be to install the source. Use the commands below as a guide and checkout the INSTALL and README files in the openssl tarball.
cd /usr/local tar xzf /home/ben/downloads/openssl-????.tar.gz cd openssl-???? ./configure make make install
Now try and rebuild Net::Z3950. I hope that goes someway to helping you out.
-- Ben Hall Information Officer Forum Fisheries Agency PO Box 629 Honiara, Solomon Islands ph: +677 21124 fx: +677 23995 em: ben.hall@ffa.int ww: http://www.ffa.int/
__________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/
participants (4)
-
Ben Hall -
Joshua Ferraro -
mike re-v -
MJ Ray