|
|
| Author |
Message |
pirapp
Joined: 28 Mar 2007 Posts: 13
|
Posted: Tue Dec 04, 2007 10:10 pm Post subject: [SOLVED] Compile Spine in ubuntu Server 7 |
|
|
Hi, I'm having certain problems compiling Cacti-Spine in Ubuntu 7 Server. When I do the step of ./configure, it returns that
error: cannot run /bin/bash conifg/config.sub can run.
I'm log in as root, and I already download the gcc and g++ packages.
I look for the devel packages but I didn't find them.
Hope someone give me a tip.
Thanks. |
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2326 Location: Sophia-Antipolis, France
|
Posted: Wed Dec 05, 2007 1:38 am Post subject: |
|
|
Hi
can you try that :
| Code: | aclocal
libtoolize --force
autoconf
autoheader
automake
./configure |
|
|
| Back to top |
|
 |
pirapp
Joined: 28 Mar 2007 Posts: 13
|
Posted: Wed Dec 05, 2007 3:36 pm Post subject: thanks |
|
|
thankyou it works. but at the end it says that can't find the mysql headers.
I try different paths, but nothing change.
Could anyone give me a hand with this?
Sorry for all this, but I'm just starting to learning all of this. |
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2326 Location: Sophia-Antipolis, France
|
Posted: Wed Dec 05, 2007 3:55 pm Post subject: |
|
|
| Can you check that the libmysqlclient-dev package is installed ? |
|
| Back to top |
|
 |
X505
Joined: 29 Jun 2007 Posts: 32
|
Posted: Tue Feb 12, 2008 3:34 pm Post subject: |
|
|
| fmangeant wrote: | | Can you check that the libmysqlclient-dev package is installed ? |
i need to add libmysqlclient15-dev and libsnmp9-dev to compile.
thx for help  |
|
| Back to top |
|
 |
|