Fontenay Ronan a écrit : > Hello, > > > I'm trying to install SuPHP on an OpenBSD server, so I've downloaded > suphp-0.7.1.tar.gz. > > I ran configure script like : ./configure --prefix=/usr > --with-apxs=/usr/sbin/apxs --with-apache-user=www > --with-logfile=/var/www/logs/suphp_log and then I ran make (I also tried > gmake). > > Evrything's fine, but when I ran "make install" (also tried gmake > install) I've got this error : > > /usr/bin/install -c -m 0755 .libs/mod_suphp.so > '/usr/lib/apache/modules'/mod_suphp.so > install: .libs/mod_suphp.so: No such file or directory > > So i tried with the last snapshot, and I've got the same problem : > > configure result : http://pastebin.com/m1c79a540 > > make result : http://pastebin.com/m6a4556dc > > and make install result : http://pastebin.com/m3a72f129 > > Thanks for help > > Ron > > > > _______________________________________________ > suPHP mailing list > [email protected] > https://lists.marsching.com/mailman/listinfo/suphp > > > Hello,
Is the file mod_suphp.so really missing in your build-tree ? if not you can try to just copy it in the right place and change perms. Patrick _______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
