Hi, > Ok I downgraded autoconf to 2.13 (from source). The problem solved but > another came up. > When I run ./mkall I get an error like this: > ....... > checking for Cygwin environment... no > checking for mingw32 environment... no > checking host system type... i686-suse-linux > checking build system type... i686-suse-linux > checking for ld used by GCC... /usr/i486-suse-linux/bin/ld > checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes > checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > checking how to recognise dependant libraries... pass_all > checking for object suffix... o > checking for executable suffix... configure: error: installation or > configuration problem: compiler cannot create executables. > make: *** No targets specified and no makefile found. Stop. > make: *** No rule to make target `install'. Stop. > > The tail of the config.log is: > ................. > configure:2450: checking for /usr/i486-suse-linux/bin/ld option to reload > object files > configure:2462: checking for BSD-compatible nm > configure:2500: checking whether ln -s works > configure:2521: checking how to recognise dependant libraries > configure:2704: checking for object suffix > configure:2710: gcc -c -g -O2 conftest.c 1>&5 > configure:2730: checking for executable suffix > configure:2740: gcc -o conftest -g -O2 conftest.c -lmidgard 1>&5 > /usr/i486-suse-linux/bin/ld: cannot find -lmidgard > collect2: ld returned 1 exit status > > What's the problem?
libmidgard.so is not in your LD_LIBRARY_PATH. You must install midgard-libs before you compile midgard-php. If already done, make sure that the midgard lib is installed at common place like /usr/lib or edit /etc/ld.so.conf and run ldconfig. Run 'ldconfig -p | grep midgard' to ensure that the midgard lib can be found by your compiler. Regards Peter -- Nonsense-Message of the mail: "Du bist total arbeitswillig und nicht raffgierig, glaub mir?" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
