Adam H. Pendleton wrote:

John Bercik wrote:

[EMAIL PROTECTED] lib]# ls -l
total 7192
lrwxrwxrwx 1 root root 24 Jul 2 09:40 libwx_gtk2u-2.5.so -> libwx_gtk2u-2.5.so.0.0.0
lrwxrwxrwx 1 root root 24 Jul 2 09:40 libwx_gtk2u-2.5.so.0 -> libwx_gtk2u-2.5.so.0.0.0
-rwxr-xr-x 1 root root 6087805 Jul 2 09:40 libwx_gtk2u-2.5.so.0.0.0
lrwxrwxrwx 1 root root 28 Jul 2 14:43 libwx_gtk2u_stc-2.5.so -> libwx_gtk2u_stc-2.5.so.0.0.0
lrwxrwxrwx 1 root root 28 Jul 2 14:43 libwx_gtk2u_stc-2.5.so.0 -> libwx_gtk2u_stc-2.5.so.0.0.0
-rwxr-xr-x 1 root root 701402 Jul 2 14:43 libwx_gtk2u_stc-2.5.so.0.0.0
lrwxrwxrwx 1 root root 28 Jul 2 14:43 libwx_gtk2u_xrc-2.5.so -> libwx_gtk2u_xrc-2.5.so.0.0.0
lrwxrwxrwx 1 root root 28 Jul 2 14:43 libwx_gtk2u_xrc-2.5.so.0 -> libwx_gtk2u_xrc-2.5.so.0.0.0
-rwxr-xr-x 1 root root 541570 Jul 2 14:43 libwx_gtk2u_xrc-2.5.so.0.0.0
drwxr-xr-x 3 root root 4096 Jul 2 09:40 wx
[EMAIL PROTECTED] lib]#





Right, okay. So here you need to add /usr/local/wx2/lib to your LD_LIBRARY_PATH. You can do this by manipulating /etc/ld.so.conf and then running ldconfig, or you can simply:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/wx2/lib

before you run pgAdmin3. Try this second method first, to make sure this solves the problem, the you can can add /usr/local/wx2/lib to your /etc/ld.so.conf, then run ldconfig(8).

ahp


---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend





---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
   (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to