LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   GNU autotools in Rh 9 broken? Worked fine in 7.3... (https://www.linuxquestions.org/questions/red-hat-31/gnu-autotools-in-rh-9-broken-worked-fine-in-7-3-a-170681/)

rylan76 04-15-2004 05:35 PM

GNU autotools in Rh 9 broken? Worked fine in 7.3...
 
Hi all

I am having problems compiling apache, mysql, samba and php on my new RedHat 9 install. I compiled these no problems on Rh7.3, but trying to configure the same packages on RedHat 9 produces a string of errors (a whole page's worth - complaints about missing macros and other errors.)

I already tried doing aclocal;autoconf;automake in the above packages' source directories, but even aclocal generates several errors, so logically, neither autoconf nor automake will work.

What is going on with Rh9? Why do these packages configure/compile perfectly on Rh7.3, but in Rh9 they are ALL broken?

How can I fix this? Can I "downgrade" my GNU autotools to back to Rh7.3 without breaking Rh9? Can I even use Rh7.3 autotools on Rh9?

Thanks!

misc 04-17-2004 02:27 PM

For compatibility, Red Hat Linux 9 provides older versions of the tools in packages with different names, such as automake14 and autoconf213. You may need to install these and run the tools with their different file names, e.g. automake-1.4, autoconf-2.13


All times are GMT -5. The time now is 10:55 AM.