Denys Bogatz
db at cinetic.de
Tue Jul 25 10:04:36 EST 2000
I solved the problem by linking /usr/lib/modules/2.2.10/libc.a within mod_python... (I found "stat.o" inside this library, extracted that and got some other undefined symbols - so I decided to link the whole libc.a) But now my mod_python.so is somewhat over 300k in size - is this too much? Another problem: My IExplorer downloads test.py for some reasons... (I got it working for some time but now the script won't be executed!) > > Check this web page out: http://jarre.pair.com/insadmin/gerhard/ > > Perhaps Gerhard could update his Suse RPM's to 2.4.1? > > Grisha > > > On Mon, 24 Jul 2000, Denys Bogatz wrote: > > > Thanx! > > > > I tried to find the lib with: > > ar -x /usr/local/lib/.../libgcc.a stat.o > > ...but I haven't found it! :-( > > > > As I wrote I'm kindly new on Linux, so I've got no idea > where to search for > > it... > > > > Bye, Denys! > > (I may try to solve the problem by building my own version > of python (still > > using the version supplied by SuSE6.2) - maybe that will work!?)
|