Re: configure error on Solaris 10
Stipe Tolj <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | The Kannel Group |
| Message-ID | <[email protected]> |
David Chkhartishvili wrote:
>I'm using bash for root shell.
>
>
>
hm, ok, obviously you're having problem with the following macro:
MYSQL_LIBS="$($MYSQL_CONFIG --libs_r)"
where it should produce something like this (on linux):
...
checking mysql libs... -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm
...
while you get the call itself inside the variable and not the output of
the call.
Two options:
a) re-create configure using autoconf and try
b) fall-back configure.in to revision 1.140 and re-create configure
using autoconf
please report if this solves it.
Stipe