https://issues.apache.org/bugzilla/show_bug.cgi?id=48466
Frank <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from Frank <[email protected]> 2009-12-30 12:46:46 UTC --- Hi Eric, I have confirmed that there is no .so file in the ./libs directory. I don't know how to re-run the link command without the --silent option If you can tell me how to do this I will. I need to know which file it is in so I can take it out. Now here is something interesting. If I follow the commands in the apxs man pages: gcc -fpic -DSHARED_MODULE -I/apache2/include -c mod_foo.c ld -Bshareable -o mod_foo.so mod_foo.o Then the module gets build. I have a mod_foo.so file. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
