[mod_python] Mod_python on HP-UX 11.11

Graham Dumpleton grahamd at dscpl.com.au
Fri Nov 3 19:28:55 EST 2006


I can't remember if I already suggested it or not, but also try building
some other third party Python module which has a C code component.
For example, something like cElementTree. If you can't even get that
to build and work, then there is an issue with the Python installation.
You might also be able to learn from the command like options that
building the third party module for Python results in being used. BTW,
avoid something that uses eggs, just use something that uses a standard
distutils setup.py file.

On 04/11/2006, at 12:02 AM, Buehre, Joseph R wrote:

>  I tried linking as suggested to the .sl instead but to no avail.  I
> will clean-up and start from scratch posting my results as I go  
> through
> the process....
>
> FYI
>
> This is a 32 bit compile and Apache was compiled with --enabled-so
>
> Here is the compiler option in my script.
>
> CC=cc CXX=aCC CFLAGS=+DD32 CXXFLAGS=+DD32
> LDFLAGS=-L/opt/Boeing/python2.4.3/lib ./configure
> --with-apxs=/wwimacs6/apache2/bin/apxs --with-python=/opt/Boeing/
> python2.4.3/bin/python2.4
>
>
> Thanks,
> Joe Buehre
> Mission Critical Systems Support
> 314-791-9725
>
>  mailto:joseph.r.buehre at boeing.com
>
>
> -----Original Message-----
> From: Graham Dumpleton [mailto:grahamd at dscpl.com.au]
> Sent: Thursday, November 02, 2006 3:50 PM
> To: Buehre, Joseph R
> Cc: mod_python at modpython.org
> Subject: Re: [mod_python] Mod_python on HP-UX 11.11
>
> Buehre, Joseph R wrote ..
>> To All-
>>
>> I have tried consently to get mod_python to compile and create  
>> the .so
>
>> file for Apache.  To date this has been an unsucessful adventure.   
>> Has
>
>> anyone done this type of install with HP-UX 11.11, Apache 2.0 and the
>> latest version of mod_python.  Desperately seeking insight.
>
> Presuming you are the same version who was asking about this in the  
> past
> couple of weeks, what was the outcome from when I suggested you change
> the makefile to use -L/-l to link your shared Python library rather  
> than
> the .a? Without you giving feedback on what the outcome was of our
> suggestions, including any error messages the compiler, or Apache may
> have spat out, it is really hard to help and we just end up guessing.
>
> Graham
>
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python


More information about the Mod_python mailing list