On Sun, Oct 04, 2009 at 01:18:44AM -0700, Tom Keyser wrote:
> Tiger!P wrote:
>> On Sat, Oct 03, 2009 at 10:55:57AM -0700, Tom Keyser wrote:

[cut Installed Vuurmuur-0.8beta1 from source on CentOS 5.3]

>>> "vuurmuur_conf: error while loading shared libraries: 
>>> libvuurmuur.so.0: cannot open shared object file: No such file or 
>>> directory."
>>
>> Is this on a x86_64 system?
>
> yes its a x86_64 system.
>
>> What does the following commands give:
>> `updatedb; locate libvuurmuur.so.0`
>
> [r...@firebird ~]# updatedb

This was just to update the locate database.

> [r...@firebird ~]# locate libvuurmuur.so.0
> /usr/lib/libvuurmuur.so.0
> /usr/lib/libvuurmuur.so.0.6.0

Normally the libs of on a x86_64 should be installed in /usr/lib64 but
there is a problem with vuurmuur that it doesn't do that.

>> `echo $LD_LIBRARY_PATH`
>
> [r...@firebird ~]# echo $LD_LIBRARY_PATH
>

This is no problem.

>> `ldd vuurmuur_conf`
>
> [r...@firebird ~]# ldd /usr/bin/vuurmuur_conf
>        libpanelw.so.5 => /usr/lib64/libpanelw.so.5 (0x00002ab450281000)
>        libformw.so.5 => /usr/lib64/libformw.so.5 (0x00002ab450484000)
>        libmenuw.so.5 => /usr/lib64/libmenuw.so.5 (0x00002ab450693000)
>        libncursesw.so.5 => /usr/lib64/libncursesw.so.5 (0x0000003098e00000)
>        libvuurmuur.so.0 => not found
>        libdl.so.2 => /lib64/libdl.so.2 (0x0000003098600000)
>        libc.so.6 => /lib64/libc.so.6 (0x0000003098200000)
>        /lib64/ld-linux-x86-64.so.2 (0x0000003097e00000)

As you can see all libs are in /usr/lib64 but the libvuurmuur is not.
That is the problem.

> Based on the output of what you asked for I'm thinking a symlink is  
> missing for libvuurmuur.so.0 ?

No, as I said above, the libs are not installed in the right directory.
For solutions, see also the text below that I wrote in the first e-mail.

>>> Can anyone help me?
>>
>> You can add the path where libvuurmuur.so.0 is located to the
>> LD_LIBRARY_PATH environment variable, but I think the other vuurmuur
>> tools will have the same problem.
>> So adding the path to /etc/ld.so.conf might help, although I think it
>> could be a problem of the install.
>>

P.S. Please reply to the mailinglist and quote the right way.

Tiger!P
-- 
A random quote:
Als je gelooft wat ik zeg, wil dat nog niet zeggen dat ik niet lieg.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Vuurmuur-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vuurmuur-users

Reply via email to