geo-data / node-mapserv

All the functionality of Mapserver's `mapserv` CGI program made available to Node.js
BSD 2-Clause "Simplified" License
21 stars 8 forks source link

Error with mapserver 6.4.0 in Ubuntu 12.04 #12

Closed samtux closed 10 years ago

samtux commented 10 years ago

Hi, I get the next error with Mapserver 6.4.0:

nodejs: symbol lookup error: /usr/lib/libmapserver.so.1: undefined symbol: pj_ctx_alloc

How I can fix this error?

Thank you.

samtux commented 10 years ago

Excuse me, but the Proj4 library was duplicated in /usr/local/lib and /usr/lib, I removing one of the references.

Everything is working properly.