Re: [Vala] vala bug?



bb wrote:
debian:/home/bb/vala/vala-0.7.7# ldconfig
ldconfig: Es ist nicht möglich, von
»/usr/local/lib//usr/local/lib/libiovmall.so« nach »libiovmall.so« zu
linken
debian:/home/bb/vala/vala-0.7.7#

That means something like It is impossible to link
»/usr/local/lib//usr/local/lib/libiovmall.so« to »libiovmall.so«.

I managed to get Vala running by "export
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib/"" manually now.

'libiovmall.so' is unrelated to Vala, however, something seems to be messed
up with your library path configuration. You should check

 /etc/ld.so.conf
 /etc/ld.so.conf.d/*.conf

One of them should contain

/usr/local/lib

Then try to run 'ldconfig' again.


Best regards,

Frederik



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]