-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 René Berber skrev: >> >> >>> Is there somehow I can check that all the other files are in place; >>> libgcc_s.so.1, ld.so.1 and mysql.so (well I know they are there, I >>> checked, but whether the linking was done to the right files etc)? >> Yes, `perl -V` will show what compiler is used, `ldd ...` on the shared >> libraries will show their dependencies (and missing deps. too). >> >> The interesting library is >> /usr/local/lib/perl5/site_perl/5.8.6/sun4-solaris/auto/DBD/mysql/mysql.so; it >> does depend on libgcc_s.so.1, is it shown as missing? what does `gcc gcc >> -print-file-name=libgcc_s.so.1` show? (if it's only the name with no path, then >> gcc didn't find it). > > Correction `gcc -print-file-name=libgcc_s.so.1` Ok, checked that too, and it also looks ok. Gcc can find libgcc_s.so.1, but if it didn't, wouldn't I get an error during compilation?
I checked mysql.so aswell using ldd and all the depending libraries are referenced to the correct place. Wonder how I got 3.1.1 working in the first place... ;) /markus -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFo7uKa7TLhj30WOQRAmKJAJ9D9wp8dMC1J0D4CLpwUuAYQgtVlQCfb+MN hb6LkdcZL86eSYozoxg5vu8= =1Wv3 -----END PGP SIGNATURE-----