Daem0hn Posted December 31, 2003 Share Posted December 31, 2003 when emerging mod_auth_mysql # emerge mod_auth_mysql the sources are downloaded, unpacked, but when emerge goes to install them, i get the error message: apsx not found or something similar - i cant copy it, its on first console i have searched the emerge database for it, not found does anyone know what it is, and where i can get it? thanks Link to comment Share on other sites More sharing options...
Daem0hn Posted December 31, 2003 Author Share Posted December 31, 2003 i found out that the apxs package is used to make apache config files in apt-get it is found in the apache-dev package however, emerge doesnt have that package, nor any seemingly related packaged when #emerge --search apache is executed Link to comment Share on other sites More sharing options...
MG-Cloud Posted December 31, 2003 Share Posted December 31, 2003 Are you using apache2? If so, make sure apache2 is set in your USE flags. Apache2's apxs thingy is called apxs2, and the ebuild correctly sets that. Link to comment Share on other sites More sharing options...
zivan56 Posted December 31, 2003 Share Posted December 31, 2003 Apache needs to be compiled with the --enable-so option in order to provide apxs. Link to comment Share on other sites More sharing options...
Daem0hn Posted December 31, 2003 Author Share Posted December 31, 2003 thanks all mysql is installed now the only other problem im having is getting PHP4 working i have added the "-D PHP4" to the end of the config file /etc/conf.d/apache2 as stated in the install, still doesnt work though - any ideas??? Link to comment Share on other sites More sharing options...
Tek Posted December 31, 2003 Share Posted December 31, 2003 I love Gentoo, but I don't like the way Gentoo installs Apache, PHP and MySQL, so I compile them myself. I find it much easier to work with that way. Link to comment Share on other sites More sharing options...
Recommended Posts