[mapserver-users] Nightly build doesn't compile? (solution)
Twan Kogels
twan at twansoft.com
Sat Nov 24 03:52:09 PST 2001
Goodmorning,
The solution was really simple, the -with--postgis parameter should be
placed after all other parameters:
./configure --with-gd --with-postgis=/usr/local/pgsql/bin/
--with-php=../php-3.0.18 --with-apxs=/usr/local/apache/bin/apxs
becomes:
./configure --with-gd --with-php=../php-3.0.18
--with-apxs=/usr/local/apache/bin/apxs --with-postgis=/usr/local/pgsql/bin/
Don't ask me why :-) But it works!
Still got a little problem with mapserv, he can't find libpq.so.2, but i
will search for a answer by myself first.
Thanks,
- twan
--
http://www.twansoft.com
More information about the MapServer-users
mailing list