From: Graeme G. <gr...@ge...> - 2014-03-24 13:05:43
Can't see a login panel to submit a new post to the Help form.
Environment:OpenMandriva 2013-x86_64.
Downloaded etherape 0.9.13
How do I tell "configure" to look in 64bit libraries?
configure: error: Package requirements (glib-2.0 libglade-2.0
libgnomeui-2.0) were not met:
But.....
[graeme@haydn etherape-0.9.13]$ cd /usr/lib64
[graeme@haydn lib64]$ ls -l|grep libgnomeui
lrwxrwxrwx 1 root root 24 Mar 24 12:37 libgnomeui-2.so ->
libgnomeui-2.so.0.2400.5*
lrwxrwxrwx 1 root root 24 Mar 24 11:50 libgnomeui-2.so.0 ->
libgnomeui-2.so.0.2400.5*
-rwxr-xr-x 1 root root 635128 Oct 23 14:45 libgnomeui-2.so.0.2400.5*
[graeme@haydn lib64]$ ls -l|grep libglade
drwxr-xr-x 3 root root 4096 Nov 21 14:32 libglade/
lrwxrwxrwx 1 root root 21 Nov 21 14:32 libglade-2.0.so.0 ->
libglade-2.0.so.0.0.7*
-rwxr-xr-x 1 root root 112320 Oct 23 14:41 libglade-2.0.so.0.0.7*
lrwxrwxrwx 1 root root 23 Nov 21 14:38 libglademm-2.4.so.1 ->
libglademm-2.4.so.1.0.5*
-rwxr-xr-x 1 root root 40288 Oct 23 14:41 libglademm-2.4.so.1.0.5*
[graeme@haydn lib64]$ ls -l|grep glib
drwxr-xr-x 3 root root 4096 Feb 8 22:21 glib-2.0/
etc..
lrwxrwxrwx 1 root root 35 Feb 8 22:21 libglib-2.0.so ->
../../lib64/libglib-2.0.so.0.3600.3*
But I set ETHERAPE_LIBS:
echo $ETHERAPE_LIBS
/usr/lib64
I welcome your help.
Graeme
You need the development libraries, those ending in -devel (like
lib64glade2.0_0-devel).
Unfortunately configure displays only basenames, instead of development
names.