| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Fri Jun 30, 2006 9:20 pm Post subject: problems in ices |
|
|
In configure ices
| Code: |
./configure
...
checking whether stripping libraries is possible... yes
checking for pkg-config... /usr/bin/pkg-config
configure: /usr/bin/pkg-config couldn't find libshout. Try adjusting PKG_CONFIG_PATH.
checking for shout-config... no
configure: error: Could not find a usable libshout |
| Code: |
#rpm -qa | grep libshout
libshout-devel-2.2-1.1.el3.rf
libshout-2.2-1.1.el3.rf
|
|
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Jun 30, 2006 9:47 pm Post subject: |
|
|
your ices cannot find the settings from libshout-devel, it may be down to your libshout being installed in a path that isn't search for. rpm -ql libshout-devel, the pkg-config util looks for the shout.pc file so you may have to adjust PKG_CONFIG_PATH.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Thu Jul 06, 2006 4:33 pm Post subject: |
|
|
It does not work to me... That to be making bad?
| Code: |
[root@server ices-0.4]# ls /usr/lib/pkgconfig
gnome-mime-data-2.0.pc libuser.pc libxslt.pc OpenIPMIglib.pc OpenIPMIposix.pc OpenIPMIui.pc openssl.pc
gnome-python-2.0.pc libxml-2.0.pc OpenIPMIcmdlang.pc OpenIPMI.pc OpenIPMIpthread.pc OpenIPMIutils.pc shout.pc |
| Code: |
[root@server ices-0.4]# cat /root/.bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
BASH_ENV=$HOME/.bashrc
USERNAME="root"
export USERNAME BASH_ENV PATH
export PKG_CONFIG_PATH=/usr/lib/pkgconfig
|
| Code: |
./configure
...
checking whether stripping libraries is possible... yes
checking for pkg-config... /usr/bin/pkg-config
configure: /usr/bin/pkg-config couldn't find libshout. Try adjusting PKG_CONFIG_PATH.
checking for shout-config... no
configure: error: Could not find a usable libshout |
|
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sun Jul 09, 2006 1:56 pm Post subject: |
|
|
I was having the same problem;
I was trying to install ices from source against libshout that I'd installed via rpm but was able to fix it by installing speex-devel rpm.
Once I had installed speex-devel, I was able to successfully configure and make ices2.
I am using CentOS 4.2. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Jul 09, 2006 4:09 pm Post subject: |
|
|
If that is the case, then the libshout-devel package should have a dependency for speex-devel. The config.log may indicate a missing dependency.
karl. |
|
| Back to top |
|
 |
|