[opensuse] openSuSE 11 and mod_rewrite
Hi, has anyone found mod_rewrite on openSuSE 11 ?? I seem to be unable to see it... :-/ and I need it for WordPress... Using apxs2 doesn't help either: /etc/apache2 # apxs2 -i -a -c mod_rewrite.c /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -g -fPIC -Wall -fno-strict-aliasing -DLDAP_DEPRECATED -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/apr-1 -c -o mod_rewrite.lo mod_rewrite.c && touch mod_rewrite.slo gcc: mod_rewrite.c: No such file or directory gcc: no input files apxs:Error: Command failed with rc=65536 Any hints? TIA, Martin -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Martin Mielke escribió:
Any hints?
yes, why are you trying to compile mod_rewrite ? you just need to enable it # a2enmod rewrite # rcapache2 restart Cheers. -- "A computer is like an Old Testament god, with a lot of rules and no mercy. " Cristian Rodríguez R. Platform/OpenSUSE - Core Services SUSE LINUX Products GmbH Research & Development http://www.opensuse.org/
participants (2)
-
Cristian Rodríguez
-
Martin Mielke