| 02:34:54 | miblon: | hi there. I am trying to configure mapserver with fastcgi. configure seems to do ok as seen on: http://pastebin.ca/1654700 |
| 02:34:55 | sigabrt: | Title: pastebin - Something - post number 1654700 ( at pastebin.ca ) |
| 02:35:00 | miblon: | But make throws an error |
| 02:35:33 | miblon: | http://pastebin.ca/1654701 |
| 02:35:34 | sigabrt: | Title: pastebin - Anonymous - post number 1654701 ( at pastebin.ca ) |
| 02:36:23 | miblon: | A quick search shows that fcgi_stdio.h is at /usr/include/fastcgi/fcgi_stdio.h |
| 02:40:33 | AlanB: | hmm.. I built it with that support yesterday. |
| 02:40:48 | AlanB: | let me verify something |
| 02:42:58 | miblon: | AlanB, it is the 5.4.2 tag from svn I am trying to make |
| 02:43:02 | AlanB: | where is you libfcgi.so ? /usr/lib/fastcgi? |
| 02:43:30 | miblon: | /usr/lib64/ |
| 02:43:40 | AlanB: | my fcgi library is in /usr/lib and the headers are in /usr/include/, not /usr/include/fastcgi |
| 02:43:58 | AlanB: | and mapserver is looking in include only |
| 02:44:35 | miblon: | Is there a fix for that? |
| 02:44:51 | AlanB: | I'm not aware. |
| 02:45:37 | miblon: | so how did you solve it? |
| 02:45:54 | AlanB: | what is your distribution? |
| 02:46:07 | miblon: | opensuse server minimal |
| 02:46:09 | msmith: | you can specify the directory to your fastcgi in the configure line explicitly |
| 02:46:16 | AlanB: | Mine is ubuntu.. so the header are installed in the proper path |
| 02:46:28 | AlanB: | msmith: not in that case |
| 02:46:38 | AlanB: | the /usr is already the default path use |
| 02:47:01 | AlanB: | msmith: I think there are only 2 fcgi headers.... you could do a symlink |
| 02:47:15 | msmith: | thats a good idea |
| 02:47:23 | AlanB: | ln -s /usr/include/fastcgi/header1.h /usr/include/ |
| 02:48:23 | AlanB: | miblon: I suppose you installed fastcgi via yum? |
| 02:49:16 | miblon: | yes |
| 02:49:23 | miblon: | the ln's work |
| 02:49:31 | miblon: | now I have a shp2img error |
| 02:49:52 | AlanB: | What is it? I guess it's a link error |
| 02:50:16 | miblon: | /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lsqlite3 |
| 02:50:16 | miblon: | collect2: ld returned 1 exit status |
| 02:50:39 | miblon: | guess I need sqllite devel from yum |
| 02:51:16 | miblon: | yes |
| 02:51:24 | miblon: | I can go on, thanks |
| 02:51:50 | AlanB: | miblon: It might be a good idea to create a ticket for the fastcgi problem? |
| 02:52:04 | AlanB: | With your distribution specified |
| 02:54:40 | miblon: | AlanB, my hosting provider has a rescue image. What I intend to do is write a script that "does it all" and then publish the script. So in the end I can summarize all issues for an opensuse image |
| 02:54:49 | miblon: | If I am done with that |
| 02:54:56 | miblon: | I will see what issues I can file |
| 02:55:10 | AlanB: | thx |
| 02:55:14 | miblon: | And after 5.4.2 does good, I will see if 5.6.0 is more stable |
| 03:08:00 | miblon: | AlanB, yes! It came through the compile. Now I am gonna see if fastcgi will work. Perhaps more little issues will popup specific to opensuse that I can file |
| 03:08:38 | AlanB: | good |
| 03:09:08 | miblon: | and when it is done, I will kill my entire server and rerun my script from scratch again see if there are little errors |
| 16:16:20 | : | * tomkralidis is wondering the state of affairs for 5.6.0 |