Hi, The behavior of windows and linux different. Windows looking for dll-s in the current directory then in the system directories. Linux uses LD_LIBRARY_PATH or /etc/ld.so.conf for the directories to search for .so files.
Zoltan On Tue, 7 Nov 2006, Pedro Meneses wrote: > > Hello to the list > I'm trying to use mapserver as cgi in two hired web hostings . > In windows based server I put the following in cgi-bin directory: > > libcurl.dll > libpq.dll > NCScnet.dll > NSCEcw.dll > NSCEcwC.dll > NSCEUtil.dll > xerces-c_1_6_0.dll > zlib1.dll > mapserv.exe > > and everything goes OK > > > In the other side, in linux based server when I put in cgi-bin directory the > following : > > libc-2.3.2.so > libcurl.so.3.0.0 > libfreetype.so.6.3.5 > libgc.so.1.0.2 > libgdal.so.1.7.0 > libidn.so.11.5.6 > libjpeg.so.62.0.0 > libpng12.so.0.1.2.8 > libpq.so.3.1 > libproj.so.0.5.0 > libssl.so.0.9.7 > libxerces-c.so.26.0 > mapserv > > it does not work. What I'm missing here? > Thanks in advance > Pedro > ______________________________ > Visita http://www.tutopia.com y comienza a navegar más rápido en Internet. > Tutopia es Internet para todos. >
