Luis Speciale
lspeciale at gmail.com
Fri Oct 10 06:18:04 EDT 2008
Johan Nordenswan a écrit : Hi Johan and Graham: It's maybe the same thing here, I mean the place where apache looks for mod python. After too much googelise, I found an email talking about libtool, who seemed buggy in Leopard. I have installed a new libtool, and I did this ./configure --with-apxs=/usr/sbin/apxs --with-gcc=/usr/bin/gcc-4.2 --with-max-locks=32 --without-arch-ppc7400 --with-libtool=/usr/local/bin/libtool I mean with my new libtool, and then I found this error 10/10/08 11:18:17 org.apache.httpd[3218] httpd: Syntax error on line 116 of /private/etc/apache2/httpd.conf: Cannot load /usr/libexec/mod_python.so into server: dlopen(/usr/libexec/mod_python.so, 10): image not found I have to said that the first time that you, Graham, told me to look the logs I did it in the apache logs of the Console and this time I did in the Messages Console (in french, I don'know the correct translation). So far, I made a copy of the mod_python.so from /usr/libexec/apache2/mod_python.so to /usr/libexec/mod_python.so Then I restarted apache and I went here http://127.0.0.1/mpinfo And everything looks well now. But, shamesly, I don't have a clue why now works ‡] Cordially Luis > Hi Luis, > > I've just completed an installation of apache2, python 2.6 and > mod_python 3.3 from source on a debian etch system. I ran into a similar > problem. Seems mod_python.so installed itself in the "modules" > directory. > > try changing: > LoadModule python_module libexec/mod_python.so > into: > LoadModule python_module modules/mod_python.so > > just my 2 cents ;) > > > Meanwhile, I was wondering why I can't get pydoc documentation for the > mod_python package. It's in "site-packages". If I run "pydoc *.py" at it > it tells me "no Python documentation found for ..." for every .py file. > I had a look in the source files and there are comments in there. > > Anyhoo, thanks for a great piece of software Graham! I'm working to get > a .com going by newyears with mysql cluster, apache and mod_python :) > > Bonus question: > Has anyone tried psyco with mod_python? > > greetings from Sweden! > Johan > > On Fri, 2008-10-10 at 09:53 +0200, Luis Speciale wrote: > >> Graham Dumpleton a écrit : >> >>> 2008/10/9 Luis Speciale <info at luis-speciale.net>: >>> >>> >>>> Graham Dumpleton a écrit : >>>> >>>> 2008/10/9 Luis Speciale <lspeciale at gmail.com>: >>>> >>>> >>>> Graham Dumpleton a écrit : >>>> >>>> What errors? I don't see any. There are warnings, but they are normal. >>>> >>>> Looks to me like it all got installed fine. >>>> >>>> Did you actually try running it? >>>> >>>> >>>> >>>> When I start Apache, it doesn't works. If >>>> LoadModule python_module libexec/mod_python.so >>>> is uncommented. >>>> >>>> >>>> And what error messages were there in the Apache error log? >>>> >>>> >>>> [Wed Oct 08 17:06:50 2008] [notice] caught SIGTERM, shutting down >>>> >>>> What do you get when you run the command: >>>> >>>> /usr/sbin/apachectl -t >>>> >>>> >>>> I get this >>>> >>>> /usr/sbin/apachectl -t >>>> httpd: Syntax error on line 485 of /private/etc/apache2/httpd.conf: Syntax >>>> error on line 8 of /private/etc/apache2/other/+entropy-php.conf: Cannot load >>>> /usr/local/php5/libphp5.so into server: dlopen(/usr/local/php5/libphp5.so, >>>> 10): Symbol not found: _xmlTextReaderSchemaValidate\n Referenced from: >>>> /usr/local/php5/libphp5.so\n Expected in: /usr/lib/libxml2.2.dylib\n >>>> >>>> >>> Which actually indicates you have a problem with your PHP installation. >>> >>> Try disabling PHP altogether and then see if mod_python works okay. >>> >>> >> No, alas, it doesn't work. I tried without *ANY* php, then with the >> apple fournished and its allways the same. >> The most sad it's that, 3 or 4 weeks ago, i did it with the svn >> version and all worked fine. But i had a crash disk and now I'm unable >> to do it. I will try to find why this weekend and if I find a >> solution, I'll will come back to the list. >> >> Thanks again, Graham. >> >> Cordially >> >> Luis >> >>> If mod_python then works, you will need to solve your PHP problem. >>> >>> BTW, doesn't MacOSX Leopard supply a version of PHP. Haven't got >>> access to my machine at the moment to check. >>> >>> Graham >>> >>> >>> >>>> Is the operating system supplied Python the only one on the machine or >>>> have you installed another one? >>>> >>>> >>>> No, it's the original. >>>> which python >>>> /usr/bin/python >>>> >>>> >>>> python >>>> Python 2.5.1 (r251:54863, Apr 15 2008, 22:57:26) >>>> [GCC 4.0.1 (Apple Inc. build 5465)] on darwin >>>> Type "help", "copyright", "credits" or "license" for more information. >>>> >>>> Graham >>>> >>>> >>>> >>>> Luis >>>> >>>> Graham >>>> >>>> 2008/10/9 Graham Dumpleton <graham.dumpleton at gmail.com>: >>>> >>>> >>>> Please reply to the list, not to me directly. >>>> >>>> Graham >>>> >>>> 2008/10/9 Luis Speciale <lspeciale at gmail.com>: >>>> >>>> >>>> Graham Dumpleton a écrit : >>>> >>>> 2008/10/8 Luis Speciale <lspeciale at gmail.com>: >>>> >>>> >>>> Hi >>>> >>>> Newbie question. >>>> I'm unable to checkout modpython with SCPlugin and I know i did it sometime >>>> ago but I can't remember how ‡] >>>> >>>> It's this adress correct ? >>>> svn.apache.org/repos/asf/quetzalcoatl/mod_python/trunk/ >>>> >>>> >>>> With 'http://' at the front, yes. >>>> >>>> $ svn list http://svn.apache.org/repos/asf/quetzalcoatl/mod_python/trunk/ >>>> COPYRIGHT >>>> CREDITS >>>> Doc/ >>>> LICENSE >>>> Makefile.in >>>> NEWS >>>> NOTICE >>>> README >>>> configure >>>> configure.in >>>> dist/ >>>> examples/ >>>> install-sh >>>> lib/ >>>> src/ >>>> test/ >>>> >>>> Graham >>>> >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Mod_python mailing list >>>> Mod_python at modpython.org >>>> http://mailman.modpython.org/mailman/listinfo/mod_python >>>> >>>> >>>> >>>> >>> >>> >> _______________________________________________ >> Mod_python mailing list >> Mod_python at modpython.org >> http://mailman.modpython.org/mailman/listinfo/mod_python >> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20081010/136b56a8/attachment-0001.html
|