debian missing gd.h

Hancock, Eric Eric.Hancock at DEP.STATE.FL.US
Mon Aug 9 16:17:33 EDT 2004


I ended up adding the variables to apache.conf and it seems to be working
fine now. However, since then I've ran into an error...
msDrawMap(): Image handling error. Failed to draw layer named 'shoreline'. 
msSDELayerWhichShapes(): SDE error. SE_queryinfo_set_columns(): Invalid
parameter value passed to function. (-66) 
Which parameter is it refering to? Could it be something in my mapfile?

-Eric



-----Original Message-----
From: Jeremy Wiebe [mailto:Jwiebe at linnet.ca]
Sent: Monday, August 09, 2004 3:19 PM
To: Hancock, Eric; MAPSERVER-USERS at LISTS.UMN.EDU
Subject: RE: [UMN_MAPSERVER-USERS] debian missing gd.h


Hi Eric,

Have you checked if the SDE libraries are in your LD_LIBRARY_PATH
environment variable.  Alternatively, some linux distro's use a file that
tells the linker (ld) where to find libraries.  It is usually called
/etc/ld.so.conf.   You might need to add the SDE library path into this file
and run ldconfig.  (use ldconfig -v to see all the libraries that are
found).

Hope that helps,

Jeremy

-----Original Message-----
From: Hancock, Eric [mailto:Eric.Hancock at DEP.STATE.FL.US]
Sent: August 9, 2004 12:34 PM
To: MAPSERVER-USERS at LISTS.UMN.EDU
Subject: Re: [UMN_MAPSERVER-USERS] debian missing gd.h


Thanks, 

That works. Now I'm having difficulties getting the executable to find my
sde
libs. After compiling (with no errors about sde libs) I get the fallowing
error when running the mapserv executable:

debian:/home/eric/mapservsrc/mapserver-4.2.2# ./mapserv --help
./mapserv: error while loading shared libraries: libsde83.so: cannot open
shared object file: No such file or directory

Any idea's? I thought I passed the correct path when running configure, and
I
would've thought that it would complain about it if I had the wrong path.

-Eric


-----Original Message-----
From: Vladimir Guzmán [mailto:bigfoot at main-task.com]
Sent: Monday, August 09, 2004 11:46 AM
To: Hancock, Eric
Cc: MAPSERVER-USERS at LISTS.UMN.EDU
Subject: Re: [UMN_MAPSERVER-USERS] debian missing gd.h


Hancock, Eric wrote:

>>Hello all,
>>
>>Does Debian put out a package with gd.h? For some reason the libgd package
>>in the debian repository does not include this header file. 
>>
>>Thanks,
>>Eric
>>    
>>
>
>
>  
>
Try:
apt-get install libgd2-dev
Regards,

-- 
Vladimir Ilich Guzmán R.
------------------------
http://maintask.com 



More information about the mapserver-users mailing list