RE: Glooxd installation - gloox not found
From: "Ruddy Gbaguidi" <plugworld@xxxxxxxxxx>
Date: Fri, 7 Jan 2011 18:38:42 +0100 (CET)
Hi

This means that the configure is not able to find you libgloox.so file.

Usually, you should download, install the gloox client by running 

make install

 

Then, you should have the libgloox.so (or a symbolic link) in the /usr/lib/
directory or /usr/local/lib/

When compiling glooxd, your full compile string should have 

-L/usr/lib or -L/usr/local/lib/ depending of your folder 

And the -lgloox to use the libgloox.so file when compiling glooxd.

 

Hope that this helps

 

From: iyo erpiyo [mailto:iyo.erpiyo@xxxxxxxxx] 
Sent: 2011-01-03 10:20 
To: gloox-dev@xxxxxxxxxx
Subject: [gloox-dev] Glooxd installation - gloox not found

 

Hi all,

 

I am having problems while trying to compile glooxd. When I ran the
./configure command from the trunk folder in the glooxd repository, I get : 

 

checking for gloox_version in -lgloox... no

configure: error: gloox not found

 

Check the entire output here <http://pastebin.com/3a6wWrM8> .

 

 

I have already installed the gloox library 1.0 and I successfully used it. I
do not know how to say the glooxd installation process where my gloox
library is stored. Do you have any idea?

 

Thanks in advance.