You are having a 64bit system, so your system is looking for this specific library in /lib64 instead of /lib. you need to extend the config in /etc/ld.conf/* for /lib and then run ldconfig again.
Mit besten Grüssen Stefan Bauer -- cubewerk - IT-Beratung und Planung Herzog-Otto-Strasse 32 - 83308 Trostberg 08621-9960237 -original message- Subject: Re: [vpn-help] Fwd: Re: Fwd: Re: Starting the GUI From: Albrecht Mehl <[email protected]> Date: 15/04/2010 12:49 pm Thank you very much for your fast reply. Am 15.04.2010 11:53, schrieb Stefan Bauer: > Am 15.04.2010 11:48, Albrecht Mehl schrieb: >> 001109ea63a6:/usr/sbin # ./iked >> ./iked: error while loading shared libraries: libpfk.so.2.1: cannot open >> sha >> red object file: No such file or directory > > do a > > # ldconfig > > If it does not work afterwards, whats the output of ... ? > > # ldd /usr/sbin/iked To show the context I do not just include this output, but the last few lines already posted as well: XXXXXXXXXXXXXXXXXXXXX 001109ea63a6:/etc # cd /usr/sbin 001109ea63a6:/usr/sbin # ./iked ./iked: error while loading shared libraries: libpfk.so.2.1: cannot open sha red object file: No such file or directory 001109ea63a6:/usr/sbin # ldd /usr/sbin/iked linux-vdso.so.1 => (0x00007fff2bcff000) libike.so.2.1 => /usr/local/lib/libike.so.2.1 (0x00007f806904e000) libpfk.so.2.1 => not found libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f8068e13000) libcrypto.so.0.9.8 => /usr/lib64/libcrypto.so.0.9.8 (0x00007f8068a87000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f806886b000) librt.so.1 => /lib64/librt.so.1 (0x00007f8068662000) libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f8068354000) libm.so.6 => /lib64/libm.so.6 (0x00007f80680ff000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f8067ee8000) libc.so.6 => /lib64/libc.so.6 (0x00007f8067b8d000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f8067989000) libz.so.1 => /lib64/libz.so.1 (0x00007f8067773000) /lib64/ld-linux-x86-64.so.2 (0x00007f8069253000) 001109ea63a6:/usr/sbin # I hope this information is of more use to you than to me. A. Mehl -- Albrecht Mehl | Schorlemmerstr. 33 |Tel. (06151) 37 39 92 D-64291 Darmstadt, Germany|sehenswert - ungefähr 'Wir einsam im All' http://www.phrenopolis.com/perspective/solarsystem/index.html _______________________________________________ vpn-help mailing list [email protected] http://lists.shrew.net/mailman/listinfo/vpn-help
