RE: [zorp] Zorp Installation Problems.
HI Bazsi Thanks again :) I did what you suggest, now I get a whole new error on Make /usr/bin/ld: cannot find -lpython2.2 collect2: ld returned 1 exit status 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 lpython2.2??? Mark -----Original Message----- From: zorp-admin@lists.balabit.hu [mailto:zorp-admin@lists.balabit.hu] On Behalf Of Balazs Scheidler Sent: January 25, 2005 3:43 PM To: zorp@lists.balabit.hu Subject: RE: [zorp] Zorp Installation Problems. On Tue, 2005-01-25 at 11:23 -0600, Mark Nadir wrote:
Thanks for the quick response Bazsi
I sure can. So my configuration line was simply
./configure --with-python-libs --with-tproxy=netfilter
Please try to omit --with-python-libs, or specify location for your python libraries. ./configure --with-python-libs=/usr/lib/python2.2/config --with-tproxy=netfilter -- Bazsi _______________________________________________ zorp mailing list zorp@lists.balabit.hu http://lists.balabit.hu/mailman/listinfo/zorp
On Tue, 2005-01-25 at 22:42, Mark Nadir wrote:
I did what you suggest, now I get a whole new error on Make
/usr/bin/ld: cannot find -lpython2.2
Did you actually specify an appropriate python-libs path? What do you get from ldconfig -p | grep python I get libpython2.3.so and libpython2.3.so.1.0, so /usr/lib/python2.2 isn't going to work for me at all. :-) Ciao, Sheldon.
On Wed, 2005-01-26 at 10:40 +0200, Sheldon Hearn wrote:
On Tue, 2005-01-25 at 22:42, Mark Nadir wrote:
I did what you suggest, now I get a whole new error on Make
/usr/bin/ld: cannot find -lpython2.2
Did you actually specify an appropriate python-libs path? What do you get from
ldconfig -p | grep python
I get libpython2.3.so and libpython2.3.so.1.0, so /usr/lib/python2.2 isn't going to work for me at all. :-)
some distributions do not provide a shared version of the python libs, they are usually located in static form under /usr/lib/python2.2/config -- Bazsi
On Wed, 2005-01-26 at 12:46, Balazs Scheidler wrote:
ldconfig -p | grep python
I get libpython2.3.so and libpython2.3.so.1.0, so /usr/lib/python2.2 isn't going to work for me at all. :-)
some distributions do not provide a shared version of the python libs, they are usually located in static form under /usr/lib/python2.2/config
Sure, but what I was suggesting was that Mark had simply copied your suggestion without checking whether it made sense on his system. Ciao, Sheldon.
participants (4)
-
Balazs Scheidler
-
Mark Nadir
-
Sheldon Hearn
-
Sheldon Hearn