Opened 14 years ago

Closed 14 years ago

#3200 closed defect (fixed)

Mapserver looking for fastcgi in the wrong location on openSUSE 11.1

Reported by: milovanderlinden Owned by: sdlime
Priority: normal Milestone:
Component: Build Problems Version: svn-trunk (development)
Severity: normal Keywords: fastcgi
Cc:

Description

To get mapserver to compile on openSUSE, I need to set symlinks for the fcgi headers:

# Fix for fastcgi headers ln -s /usr/include/fastcgi/fcgi_stdio.h /usr/include/ ln -s /usr/include/fastcgi/fcgiapp.h /usr/include/

Shouldn't mapserver look in /usr/include/fastcgi too?

this issue arises in 5.4 and in svn-trunk

Change History (1)

comment:1 by warmerdam, 14 years ago

Component: MapServer C LibraryBuild Problems
Keywords: fastcgi added
Resolution: fixed
Status: newclosed

I have added a bit of logic to also search ../include/fastcgi for include files in trunk (r9528) in time for the first 5.6 RC.

Note: See TracTickets for help on using tickets.