[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems compiling gnomequraan
- To: developer at arabeyes dot org
- Subject: Re: Problems compiling gnomequraan
- From: Walid Shaari <shaari at arabeyes dot org>
- Date: 01 Feb 2003 23:50:17 +0000
- Organization: www.arabeyes.org
On Sat, 2003-02-01 at 23:44, Ahmed Kamal wrote:
> I compiled gnomequran (finally) after having to use --disable-vorbistest (don't know why actually, it is on my system). Anyway, when run gives
>
> [root at localhost gnomequran-0.2]# gnomequran
> gnomequran: error while loading shared libraries: libspeex-0.99.so: cannot open
> shared object file: No such file or directory
>
> Although, locate libspeex gives
>
> /usr/local/lib/libspeex-0.99.so
> /usr/local/lib/libspeex.so
> /usr/local/lib/libspeex.la
> /usr/local/lib/libspeex.a
>
> ?! Any help
>
are they included in your /etc/ld.so.conf
as in the following line for example
/usr/local/lib
if not, add the above line to your ld.so.conf, and run
ldconfig -v
hth
Walid