On Tue, 8 Dec 1998, Michael Eyrich wrote: > > > Jacques, > > I've tracked down the problem with the forwarders keyword (1.13r8). > > linuxconf didn't put the forwarders-option inside the options-area when > writing /etc/named.conf. That's why it stopped working after the first > run. I have this one too. It will be in 1.13r9 > Attached is a patch for this problem. > > Additionally, compilation of 1.13r8 is not possible on RedHat 5.2 because > of a little problem in rules.mak, Line 95 : > - -Xlinker -Bstatic -lgd -Xlinker -Bdynamic > + -lgd -Xlinker -Bstatic -Xlinker -Bdynamic > > ligbd is not found if the option is located behind the -X and -B option. My src.rpm tries to link libgd statically as it is not a widespread library. Unfortunatly, redhat 5.2 only deliver the shared version of the library. The solution is to either change this (or make it dynamically configured in the Makefile), or to install the libgd-devel package available from my site. I am linking statically because I distribute the same binary RPM for redhat 5.1 and 5.2. RedHat 5.1 does not have the gd package. I will try to make this dynamic in the Makefile. --------------------------------------------------------- Jacques Gelinas <[EMAIL PROTECTED]> Check out Linuxconf at http://www.solucorp.qc.ca/linuxconf New modules: mgettyconf, managerpm --- You are currently subscribed to linuxconf as: [[email protected]] To unsubscribe, forward this message to [EMAIL PROTECTED]
