On Sun, 2012-03-04 at 23:33 -0800, Gary Driggs wrote: > On Mar 4, 2012, at 11:01 PM, Milan Jurik wrote: > > > The other option is to hack configure script to not use options from apxs > > What happens if you try to build it with apxs instead?
# apxs -c mod_h264_streaming.c /usr/apr/1.3/build/libtool --silent --mode=compile cc -m32 -prefer-pic -xO3 -m32 -xchip=pentium -xspace -Xa -xildoff -xc99=all -DSSL_EXPERIMENTAL -DSSL_ENGINE -xO4 -DSOLARIS2=11 -D_POSIX_PTHREAD_SEMANTICS -mt -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/apache2/2.2/include -I/usr/apr/1.3/include -I/usr/apr-util/1.3/include -I/usr/include -c -o mod_h264_streaming.lo mod_h264_streaming.c && touch mod_h264_streaming.slo cc: unrecognized option `-Xa' cc: unrecognized option `-KPIC' cc: language O4 not recognized cc: mod_h264_streaming.c: linker input file unused because linking not done /usr/apr/1.3/build/libtool --silent --mode=link cc -m32 -o mod_h264_streaming.la -rpath /var/apache2/2.2/libexec -module -avoid-version mod_h264_streaming.lo ld: fatal: file .libs/mod_h264_streaming.o: open failed: No such file or directory apxs:Error: Command failed with rc=65536 . > > _______________________________________________ > OpenIndiana-discuss mailing list > [email protected] > http://openindiana.org/mailman/listinfo/openindiana-discuss Scott LeFevre _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
