Hi All, I am trying to install Zorp 2.0.9-6 on a Trustix 2.2, which is a secured Redhat-based distro. After many hours of getting Python 2.2 with Extensions 2.2 working, I am now trying to install Zorp, and on the "Make" portion of the installation, I bump into a nice error of - (I will only include from the part that actually gives the error) /bin/sh ../libtool --mode=link gcc -O2 -Wall -W -g -D_GNU_SOURCE -Lyes -o libz orp.la -rpath /usr/local/lib -version-info `echo 2.0.9 |awk -F. '{printf("%u:%u: 0",$1,$2*10+$3);}'` -export-dynamic proxy.lo modules.lo pycore.lo pysockad dr.lo pypolicy.lo pyproxy.lo pystream.lo proxyvars.lo zorp.lo authprovider.lo di mhash.lo nullcode.lo base64.lo packsock.lo packet.lo packstream.lo sysdep.lo tps ocket.lo pyszig.lo szig.lo pydispatch.lo dispatch.lo conntrack.lo fastpath.lo py fastpath.lo attach.lo connection.lo pyattach.lo plugsession.lo zpython.lo -pthr ead -L/usr/local/lib -lzorpll -lgthread-2.0 -lglib-2.0 -L/usr/lib/python2.2/co nfig -lpython2.2 -lutil -ldl -lpthread -lssl -lcrypto -lm -lnsl -pthread -Wl,-- export-dynamic -lgthread-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../libtool: line 1: cd: yes: No such file or directory libtool: link: cannot determine absolute directory name of `yes' make[3]: *** [libzorp.la] Error 1 make[3]: Leaving directory `/preinstall/zorp-2.0.9-6/zorp-2.0.9/lib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/preinstall/zorp-2.0.9-6/zorp-2.0.9/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/preinstall/zorp-2.0.9-6/zorp-2.0.9' make: *** [all-recursive-am] Error 2 I think that there may be something missing, but I am not sure if it is Python-related or something completely unrelated. Any assistance is appreciated. Looking forward to your response. Mark.
On Tue, 2005-01-25 at 09:08 -0600, Mark Nadir wrote:
Hi All,
I am trying to install Zorp 2.0.9-6 on a Trustix 2.2, which is a secured Redhat-based distro.
After many hours of getting Python 2.2 with Extensions 2.2 working, I am now trying to install Zorp, and on the “Make” portion of the installation, I bump into a nice error of – (I will only include from the part that actually gives the error)
The configure script specified -Lyes to the linker, which means to use a directory named "yes" for searching libraries. Probably you either used wrong LDFLAGS options, or gave a "yes" argument to one of the configure options which in turn expected a path. Can you post your configure invocation? -- Bazsi
participants (2)
-
Balazs Scheidler
-
Mark Nadir