Greetings all,
I know similar stuff has been posted in the past but I didn't see anything that was debian specific.
I ran this command ./configure --prefix=/usr --with-mysql --with-net-snmp \--enable-server --enable-agent &&
and the error was this configure: error: Invalid MySQL directory - unable to find mysql.h
I ran a minimal debian business card install image 2.6.18-3-686 i686
and installed only necessary packages:
mysql, gcc, libc-dev
I have read various posts that say I need mysql-devel but I cannot find one .deb package (testing or stable). I am even open to using alien (already installed) and installing an .rpm package if thats what it takes.
Thank you in advance to anyone that can lend a hand. Also if I need additional packages not mentioned above, that feedback would be welcome as well.
I know similar stuff has been posted in the past but I didn't see anything that was debian specific.
I ran this command ./configure --prefix=/usr --with-mysql --with-net-snmp \--enable-server --enable-agent &&
and the error was this configure: error: Invalid MySQL directory - unable to find mysql.h
I ran a minimal debian business card install image 2.6.18-3-686 i686
and installed only necessary packages:
mysql, gcc, libc-dev
I have read various posts that say I need mysql-devel but I cannot find one .deb package (testing or stable). I am even open to using alien (already installed) and installing an .rpm package if thats what it takes.
Thank you in advance to anyone that can lend a hand. Also if I need additional packages not mentioned above, that feedback would be welcome as well.
Comment