mod_python libtool problems in solaris
Luis Baruseh Salvador Rueda <[email protected]> Thu, 7 Jul 2011 11:40:54 -0500
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <CABnTvmrdDFr5DEKy_1d3ia8oGL5brgg=_gh2Y4BO=BuPDg70MA@mail.gmail.com> |
--===============0570783162==
Content-Type: multipart/alternative; boundary=90e6ba4fc1c077edf304a77d61ee
--90e6ba4fc1c077edf304a77d61ee
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I have been googled and found nothing helpful and followed this old threads
to in mod_python posts
http://www.modpython.org/pipermail/mod_python/2008-October/025730.html
http://www.modpython.org/pipermail/mod_python/2007-January/023070.html
And I do not know if this is the correct way to try to solve my problem, or
I need to open a new thread, I'm having the same problem that is mentioned
on that posts but my case I think is not because privileges in the directory
becuase I execute the make as root, and the file is in the correct
place, neither the gcc of apache compilation.
Here some data:
ksh#/usr/local/apache2/bin/apachectl -v
Server version: Apache/2.2.17 (Unix)
Server built: Oct 27 2010 03:44:22
ksh#./apxs -q CC
gcc
ksh#uname -a
SunOS hostnamel 5.8 Generic_117350-39 sun4u sparc SUNW,Ultra-4
ksh#env
PWD=/export/home/paqueteria/librerias/mod_python-3.3.1
TZ=Mexico/General
LC_MESSAGES=C
HZ=100
HOSTNAME=hostname
LD_LIBRARY_PATH=/usr/lib
PS1=ksh#
LC_TIME=en_US.ISO8859-1
MACHTYPE=sparc-sun-solaris
MAIL=/var/mail/root
OLDPWD=/export/home/paqueteria/librerias
EDITOR=vi
LC_NUMERIC=en_US.ISO8859-1
LOGNAME=root
SHLVL=1
LC_CTYPE=en_US.ISO8859-1
SHELL=/bin/ksh
HOSTTYPE=sparc
OSTYPE=solaris
HOME=/
TERM=xterm
PATH=/usr/sbin:/usr/bin:/usr/local/bin:/usr/ccs/bin:/usr/lib:/usr/ucb
LC_MONETARY=en_US.ISO8859-1
LC_COLLATE=en_US.ISO8859-1
_=/usr/bin/env
ksh#ls -las /usr/local/apache2/build
total 1036
2 drwxr-xr-x 2 bin bin 512 Jun 21 14:52 .
2 drwxr-xr-x 17 bin bin 1024 Apr 9 23:02 ..
14 -rw-r--r-- 1 bin bin 6750 Oct 27 2010 apr_rules.mk
4 -rwxr-xr-x 1 bin bin 1661 Oct 27 2010 config.nice
8 -rw-r--r-- 1 bin bin 3506 Oct 27 2010 config_vars.mk
6 -rwxr-xr-x 1 bin bin 2860 Oct 27 2010 instdso.sh
4 -rw-r--r-- 1 bin bin 1060 Oct 27 2010 library.mk
480 -rwxr-xr-x 1 bin bin 231216 Jun 21 14:52 libtool
480 -rwxr-xr-x 1 root other 231228 Jun 21 14:52
libtool.resp21jun2011
2 -rw-r--r-- 1 bin bin 951 Oct 27 2010 ltlib.mk
6 -rw-r--r-- 1 bin bin 2991 Oct 27 2010 make_exports.awk
2 -rw-r--r-- 1 bin bin 1023 Oct 27 2010
make_var_export.awk
4 -rwxr-xr-x 1 bin bin 1660 Oct 27 2010 mkdir.sh
4 -rw-r--r-- 1 bin bin 1032 Oct 27 2010 program.mk
14 -rw-r--r-- 1 bin bin 6970 Oct 27 2010 rules.mk
4 -rw-r--r-- 1 bin bin 1258 Oct 27 2010 special.mk
ksh#ls -las /usr/local/apache2
total 134
2 drwxr-xr-x 17 bin bin 1024 Apr 9 23:02 .
2 drwxr-xr-x 24 root other 512 Apr 11 17:59 ..
2 drwxr-xr-x 2 bin bin 512 Apr 9 23:02 bin
2 drwxr-xr-x 2 bin bin 512 Jun 21 14:52 build
2 drwxr-xr-x 2 bin bin 512 Apr 9 22:06 cgi-bin
2 drwxr-xr-x 4 bin bin 512 Apr 9 23:02 conf
2 drwxr-xr-x 2 root other 512 Aug 8 2007 conf2
2 drwxr-xr-x 3 bin bin 1024 Apr 9 23:01 error
4 drwxr-xr-x 31 bin bin 2048 May 12 11:50 htdocs
8 drwxr-xr-x 3 bin bin 3584 Apr 9 22:06 icons
6 drwxr-xr-x 2 bin bin 3072 Apr 9 23:01 include
2 drwxrwxrwx 12 bin bin 512 Jun 29 2010 itop
2 drwxr-xr-x 4 bin bin 1024 Apr 9 23:01 lib
70 -rw-r--r-- 1 root other 35821 Apr 15 2009 license.txt
2 drwxr-xr-x 2 bin bin 512 Jun 20 12:32 logs
2 drwxr-xr-x 4 bin bin 512 Sep 20 2006 man
18 drwxr-xr-x 14 bin bin 9216 Apr 9 23:01 manual
4 drwxr-xr-x 2 bin bin 2048 Apr 9 23:01 modules
This is what I get
ksh#./configure --with-shared --with-apxs=/usr/local/apache2/bin/apxs
--with-flex=/usr/local/bin/flex
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ar... ar
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether make sets $(MAKE)... yes
checking for main in -lm... yes
checking for an ANSI C-conforming const... yes
checking your blood pressure... a bit high, but we can proceed
configure: checking whether apxs is available...
checking for --with-apxs... /usr/local/apache2/bin/apxs executable, good
checking Apache version... 2.2.17
checking for Apache libexec directory... /usr/local/apache2/modules
checking for Apache include directory... -I/usr/local/apache2/include
checking for gcc on Solaris possible missing _eprintf problem... "done"
checking for --with-python... no
checking for python... /usr/local/bin/python
checking Python version... 2.6
checking Python install prefix... /usr/local
checking checking where python libraries are installed...
/usr/local/lib/python2.6
checking for Py_NewInterpreter in -lpython2.6... yes
checking what libraries Python was linked with... -lpython2.6 -lresolv
-lsocket -lnsl -lrt -ldl -lpthread -lm
checking linker flags used to link Python...
checking where Python include files are... -I/usr/local/include/python2.6
checking for --with-python-src... no
checking for --with-mutex-dir... no
Using MUTEX_DIR /tmp
checking for --with-max-locks... no
Using 8 MAX_LOCKS.
checking for --with-flex... /usr/local/bin/flex
found /usr/local/bin/flex, we'll use this. Use --with-flex to specify
another.
checking flex version... awk: syntax error near line 1
awk: bailing out near line 1
awk: syntax error near line 1
awk: bailing out near line 1
awk: syntax error near line 1
awk: bailing out near line 1
./configure: test: : integer expression expected
configure: WARNING: Flex version 2.5.31 found.
Version 2.5.31 or greater is required. You can generally ignore this
warning unless you need to regenerate psp_parser.c from psp_parse.l.
If you do need regenerate psp_parser.c, use --with-flex to specify the
location of the correct flex version. See the README for more
information.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating Doc/Makefile
config.status: creating src/include/mod_python.h
config.status: creating test/Makefile
config.status: creating test/testconf.py
config.status: creating dist/setup.py
config.status: creating dist/Makefile
ksh#make
make[1]: Entering directory
`/export/home/paqueteria/librerias/mod_python-3.3.1/src'
ar -x `gcc -print-libgcc-file-name` _eprintf.o
ar -x `gcc -print-libgcc-file-name` _floatdidf.o
ar -x `gcc -print-libgcc-file-name` _muldi3.o
Compiling for DSO.
/usr/local/apache2/bin/apxs
-I/export/home/paqueteria/librerias/mod_python-3.3.1/src/include
-I/usr/local/apache2/include -I/usr/local/include/python2.6 -c mod_python.c
_apachemodule.c requestobject.c tableobject.c util.c serverobject.c
connobject.c filterobject.c hlist.c hlistobject.c finfoobject.c
-L/usr/local/lib/python2.6/config -L/usr/local/lib -R/usr/local/lib
-R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib
-L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.7/lib
-R/usr/local/BerkeleyDB.4.7/lib -L/usr/openwin/lib -R/usr/openwin/lib -lm
-lpython2.6 -lresolv -lsocket -lnsl -lrt -ldl -lpthread
-lm _eprintf.o _floatdidf.o _muldi3.o
/usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic -O2
-L/usr/local/lib -R/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib
-L/usr/openwin/lib -R/usr/openwin/lib -I/usr/local/rrdtool-1.2.19/include
-DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE
-pthreads -I/usr/local/apache2/include -I/usr/local/apache2/include
-I/usr/local/apache2/include
-I/export/home/paqueteria/librerias/mod_python-3.3.1/src/include
-I/usr/local/apache2/include -I/usr/local/include/python2.6 -c -o
mod_python.lo mod_python.c && touch mod_python.slo
sh: /usr/local/apache2/build/libtool: not found
apxs:Error: Command failed with rc=65536
.
make[1]: *** [mod_python.so] Error 1
make[1]: Leaving directory
`/export/home/paqueteria/librerias/mod_python-3.3.1/src'
make: *** [do_dso] Error 2
I hope anyone can help, or give me a suggestion if the solution was posted
because I can not find something that can work until now.
Thanks,
Baruseh
--90e6ba4fc1c077edf304a77d61ee
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<p>Hi,</p>
<p>I have been googled and found nothing=A0helpful=A0and followed this old =
threads to in mod_python=A0posts=A0</p>
<div><a href=3D"http://www.modpython.org/pipermail/mod_python/2008-October/=
025730.html">http://www.modpython.org/pipermail/mod_python/2008-October/025=
730.html</a></div>
<div>=A0</div>
<div>=A0<a href=3D"http://www.modpython.org/pipermail/mod_python/2007-Janua=
ry/023070.html">http://www.modpython.org/pipermail/mod_python/2007-January/=
023070.html</a></div>
<p>And I do not know if this is the correct way to try to solve my problem,=
or I need to open a new thread, I'm having the same problem that is me=
ntioned on that posts but my case I think is not because privileges in the =
directory becuase I execute the make as root, and the file is in the correc=
t place,=A0neither the gcc of apache compilation.</p>
<p><br>Here some data:</p>
<p><br>ksh#/usr/local/apache2/bin/apachectl -v<br>Server version: Apache/2.=
2.17 (Unix)<br>Server built:=A0=A0 Oct 27 2010 03:44:22</p>
<div>ksh#./apxs -q CC</div>
<div>gcc</div>
<div>=A0</div>
<div><br>ksh#uname -a<br>SunOS hostnamel 5.8 Generic_117350-39 sun4u sparc =
SUNW,Ultra-4</div>
<p>ksh#env<br>PWD=3D/export/home/paqueteria/librerias/mod_python-3.3.1<br>T=
Z=3DMexico/General<br>LC_MESSAGES=3DC<br>HZ=3D100<br>HOSTNAME=3Dhostname<br=
>LD_LIBRARY_PATH=3D/usr/lib<br>PS1=3Dksh#<br>LC_TIME=3Den_US.ISO8859-1<br>M=
ACHTYPE=3Dsparc-sun-solaris<br>
MAIL=3D/var/mail/root<br>OLDPWD=3D/export/home/paqueteria/librerias<br>EDIT=
OR=3Dvi<br>LC_NUMERIC=3Den_US.ISO8859-1<br>LOGNAME=3Droot<br>SHLVL=3D1<br>L=
C_CTYPE=3Den_US.ISO8859-1<br>SHELL=3D/bin/ksh<br>HOSTTYPE=3Dsparc<br>OSTYPE=
=3Dsolaris<br>HOME=3D/<br>
TERM=3Dxterm<br>PATH=3D/usr/sbin:/usr/bin:/usr/local/bin:/usr/ccs/bin:/usr/=
lib:/usr/ucb<br>LC_MONETARY=3Den_US.ISO8859-1<br>LC_COLLATE=3Den_US.ISO8859=
-1<br>_=3D/usr/bin/env</p>
<p>=A0</p>
<p>ksh#ls -las /usr/local/apache2/build<br>total 1036<br>=A0=A0 2 drwxr-xr-=
x=A0=A0 2 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0=A0 512 Jun 21 14:5=
2 .<br>=A0=A0 2 drwxr-xr-x=A0 17 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=
=A0=A0 1024 Apr=A0 9 23:02 ..<br>=A0 14 -rw-r--r--=A0=A0 1 bin=A0=A0=A0=A0=
=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 6750 Oct 27=A0 2010 <a href=3D"http://apr_r=
ules.mk">apr_rules.mk</a><br>
=A0=A0 4 -rwxr-xr-x=A0=A0 1 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 =
1661 Oct 27=A0 2010 config.nice<br>=A0=A0 8 -rw-r--r--=A0=A0 1 bin=A0=A0=A0=
=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 3506 Oct 27=A0 2010 <a href=3D"http://co=
nfig_vars.mk">config_vars.mk</a><br>=A0=A0 6 -rwxr-xr-x=A0=A0 1 bin=A0=A0=
=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 2860 Oct 27=A0 2010 instdso.sh<br>
=A0=A0 4 -rw-r--r--=A0=A0 1 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 =
1060 Oct 27=A0 2010 <a href=3D"http://library.mk">library.mk</a><br>=A0480 =
-rwxr-xr-x=A0=A0 1 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0 231216 Jun 21 1=
4:52 libtool<br>=A0480 -rwxr-xr-x=A0=A0 1 root=A0=A0=A0=A0 other=A0=A0=A0=
=A0 231228 Jun 21 14:52 libtool.resp21jun2011<br>
=A0=A0 2 -rw-r--r--=A0=A0 1 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0=
=A0 951 Oct 27=A0 2010 <a href=3D"http://ltlib.mk">ltlib.mk</a><br>=A0=A0 6=
-rw-r--r--=A0=A0 1 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 2991 Oct=
27=A0 2010 make_exports.awk<br>=A0=A0 2 -rw-r--r--=A0=A0 1 bin=A0=A0=A0=A0=
=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 1023 Oct 27=A0 2010 make_var_export.awk<br>
=A0=A0 4 -rwxr-xr-x=A0=A0 1 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 =
1660 Oct 27=A0 2010 mkdir.sh<br>=A0=A0 4 -rw-r--r--=A0=A0 1 bin=A0=A0=A0=A0=
=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 1032 Oct 27=A0 2010 <a href=3D"http://progr=
am.mk">program.mk</a><br>=A0 14 -rw-r--r--=A0=A0 1 bin=A0=A0=A0=A0=A0 bin=
=A0=A0=A0=A0=A0=A0=A0=A0 6970 Oct 27=A0 2010 <a href=3D"http://rules.mk">ru=
les.mk</a><br>
=A0=A0 4 -rw-r--r--=A0=A0 1 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 =
1258 Oct 27=A0 2010 <a href=3D"http://special.mk">special.mk</a></p>
<p><br>ksh#ls -las /usr/local/apache2<br>total 134<br>=A0=A0 2 drwxr-xr-x=
=A0 17 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 1024 Apr=A0 9 23:02 .=
<br>=A0=A0 2 drwxr-xr-x=A0 24 root=A0=A0=A0=A0 other=A0=A0=A0=A0=A0=A0=A0 5=
12 Apr 11 17:59 ..<br>=A0=A0 2 drwxr-xr-x=A0=A0 2 bin=A0=A0=A0=A0=A0 bin=A0=
=A0=A0=A0=A0=A0=A0=A0=A0 512 Apr=A0 9 23:02 bin<br>
=A0=A0 2 drwxr-xr-x=A0=A0 2 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0=
=A0 512 Jun 21 14:52 build<br>=A0=A0 2 drwxr-xr-x=A0=A0 2 bin=A0=A0=A0=A0=
=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0=A0 512 Apr=A0 9 22:06 cgi-bin<br>=A0=A0 2 d=
rwxr-xr-x=A0=A0 4 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0=A0 512 Apr=
=A0 9 23:02 conf<br>=A0=A0 2 drwxr-xr-x=A0=A0 2 root=A0=A0=A0=A0 other=A0=
=A0=A0=A0=A0=A0=A0 512 Aug=A0 8=A0 2007 conf2<br>
=A0=A0 2 drwxr-xr-x=A0=A0 3 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 =
1024 Apr=A0 9 23:01 error<br>=A0=A0 4 drwxr-xr-x=A0 31 bin=A0=A0=A0=A0=A0 b=
in=A0=A0=A0=A0=A0=A0=A0=A0 2048 May 12 11:50 htdocs<br>=A0=A0 8 drwxr-xr-x=
=A0=A0 3 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 3584 Apr=A0 9 22:06=
icons<br>=A0=A0 6 drwxr-xr-x=A0=A0 2 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=
=A0=A0=A0 3072 Apr=A0 9 23:01 include<br>
=A0=A0 2 drwxrwxrwx=A0 12 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0=A0=
512 Jun 29=A0 2010 itop<br>=A0=A0 2 drwxr-xr-x=A0=A0 4 bin=A0=A0=A0=A0=A0 =
bin=A0=A0=A0=A0=A0=A0=A0=A0 1024 Apr=A0 9 23:01 lib<br>=A0 70 -rw-r--r--=A0=
=A0 1 root=A0=A0=A0=A0 other=A0=A0=A0=A0=A0 35821 Apr 15=A0 2009 license.tx=
t<br>=A0=A0 2 drwxr-xr-x=A0=A0 2 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=
=A0=A0=A0 512 Jun 20 12:32 logs<br>
=A0=A0 2 drwxr-xr-x=A0=A0 4 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0=
=A0 512 Sep 20=A0 2006 man<br>=A0 18 drwxr-xr-x=A0 14 bin=A0=A0=A0=A0=A0 bi=
n=A0=A0=A0=A0=A0=A0=A0=A0 9216 Apr=A0 9 23:01 manual<br>=A0=A0 4 drwxr-xr-x=
=A0=A0 2 bin=A0=A0=A0=A0=A0 bin=A0=A0=A0=A0=A0=A0=A0=A0 2048 Apr=A0 9 23:01=
modules</p>
<p>=A0</p>
<p>This is what I get</p>
<p><br>ksh#./configure --with-shared --with-apxs=3D/usr/local/apache2/bin/a=
pxs --with-flex=3D/usr/local/bin/flex<br>checking for gcc... gcc<br>checkin=
g for C compiler default output file name... a.out<br>checking whether the =
C compiler works... yes<br>
checking whether we are cross compiling... no<br>checking for suffix of exe=
cutables...<br>checking for suffix of object files... o<br>checking whether=
we are using the GNU C compiler... yes<br>checking whether gcc accepts -g.=
.. yes<br>
checking for gcc option to accept ANSI C... none needed<br>checking for ar.=
.. ar<br>checking for a BSD-compatible install... /usr/local/bin/install -c=
<br>checking whether make sets $(MAKE)... yes<br>checking for main in -lm..=
. yes<br>
checking for an ANSI C-conforming const... yes<br>checking your blood press=
ure... a bit high, but we can proceed<br>configure: checking whether apxs i=
s available...<br>checking for --with-apxs... /usr/local/apache2/bin/apxs e=
xecutable, good<br>
checking Apache version... 2.2.17<br>checking for Apache libexec directory.=
.. /usr/local/apache2/modules<br>checking for Apache include directory... -=
I/usr/local/apache2/include<br>checking for gcc on Solaris possible missing=
_eprintf problem... "done"<br>
checking for --with-python... no<br>checking for python... /usr/local/bin/p=
ython<br>checking Python version... 2.6<br>checking Python install prefix..=
. /usr/local<br>checking checking where python libraries are installed... /=
usr/local/lib/python2.6<br>
checking for Py_NewInterpreter in -lpython2.6... yes<br>checking what libra=
ries Python was linked with... -lpython2.6=A0=A0 -lresolv -lsocket -lnsl -l=
rt -ldl=A0 -lpthread=A0=A0 -lm<br>checking linker flags used to link Python=
...<br>
checking where Python include files are... -I/usr/local/include/python2.6<b=
r>checking for --with-python-src... no<br>checking for --with-mutex-dir... =
no<br>Using MUTEX_DIR /tmp<br>checking for --with-max-locks... no<br>Using =
8 MAX_LOCKS.<br>
checking for --with-flex... /usr/local/bin/flex<br>found /usr/local/bin/fle=
x, we'll use this. Use --with-flex to specify another.<br>checking flex=
version... awk: syntax error near line 1<br>awk: bailing out near line 1<b=
r>
awk: syntax error near line 1<br>awk: bailing out near line 1<br>awk: synta=
x error near line 1<br>awk: bailing out near line 1<br>./configure: test: :=
integer expression expected<br>configure: WARNING: Flex version 2.5.31 fou=
nd.<br>
=A0=A0=A0 Version 2.5.31 or greater is required.=A0 You can generally ignor=
e this<br>=A0=A0=A0 warning unless you need to regenerate psp_parser.c from=
psp_parse.l.<br>=A0=A0=A0 If you do need regenerate psp_parser.c, use --wi=
th-flex to specify the<br>
=A0=A0=A0 location of the correct flex version. See the README for more inf=
ormation.<br>configure: creating ./config.status<br>config.status: creating=
Makefile<br>config.status: creating src/Makefile<br>config.status: creatin=
g Doc/Makefile<br>
config.status: creating src/include/mod_python.h<br>config.status: creating=
test/Makefile<br>config.status: creating test/testconf.py<br>config.status=
: creating dist/setup.py<br>config.status: creating dist/Makefile</p>
<p>ksh#make<br>make[1]: Entering directory `/export/home/paqueteria/libreri=
as/mod_python-3.3.1/src'<br>ar -x `gcc -print-libgcc-file-name` _eprint=
f.o<br>ar -x `gcc -print-libgcc-file-name` _floatdidf.o<br>ar -x `gcc -prin=
t-libgcc-file-name` _muldi3.o</p>
<p>Compiling for DSO.</p>
<p>/usr/local/apache2/bin/apxs -I/export/home/paqueteria/librerias/mod_pyth=
on-3.3.1/src/include -I/usr/local/apache2/include -I/usr/local/include/pyth=
on2.6 -c mod_python.c _apachemodule.c requestobject.c tableobject.c util.c =
serverobject.c connobject.c filterobject.c hlist.c hlistobject.c finfoobjec=
t.c -L/usr/local/lib/python2.6/config=A0=A0=A0=A0 -L/usr/local/lib -R/usr/l=
ocal/lib -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -L/usr=
/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.7/lib -R/usr/=
local/BerkeleyDB.4.7/lib -L/usr/openwin/lib -R/usr/openwin/lib=A0=A0 -lm=A0=
-lpython2.6=A0=A0 -lresolv -lsocket -lnsl -lrt -ldl=A0 -lpthread=A0=A0 -lm=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 _eprintf.o _floatdidf.o _m=
uldi3.o<br>
/usr/local/apache2/build/libtool --silent --mode=3Dcompile gcc -prefer-pic =
-O2 -L/usr/local/lib -R/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl=
/lib -L/usr/openwin/lib -R/usr/openwin/lib -I/usr/local/rrdtool-1.2.19/incl=
ude=A0 -DSOLARIS2=3D8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE6=
4_SOURCE -pthreads -I/usr/local/apache2/include=A0 -I/usr/local/apache2/inc=
lude=A0=A0 -I/usr/local/apache2/include=A0 -I/export/home/paqueteria/librer=
ias/mod_python-3.3.1/src/include -I/usr/local/apache2/include -I/usr/local/=
include/python2.6=A0 -c -o mod_python.lo mod_python.c && touch mod_=
python.slo<br>
sh: /usr/local/apache2/build/libtool: not found<br>apxs:Error: Command fail=
ed with rc=3D65536<br>.<br>make[1]: *** [mod_python.so] Error 1<br>make[1]:=
Leaving directory `/export/home/paqueteria/librerias/mod_python-3.3.1/src&=
#39;<br>
make: *** [do_dso] Error 2</p>
<p><br>I hope anyone can help, or give me a suggestion if the solution was =
posted because I can not find something that can work until now.</p>
<p>Thanks,</p>
<p>Baruseh</p>
--90e6ba4fc1c077edf304a77d61ee--
--===============0570783162==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Mod_python mailing list
[email protected]
http://mailman.modpython.org/mailman/listinfo/mod_python
--===============0570783162==--