First off, please do not reply to a thread with a new topic! It messes up threaded viewing and online list-search tools!
Now to the problem: > checking for pkg-config... no > configure: error: pkg-config executable not found. Make sure pkg- > config is in your path > > robert$ echo $PATH > /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin/:/usr/lib/pkgconfig:/usr/ > X11R6/lib/pkgconfig having pkgconfig in your path does not necessarely mean that you have the pkg-config tool which is being requested. To see if the tool is in your PATH please try: rober$ which pkg-config If you don't get any result, you can search it with "find" or something! And eventually you'd have to install the tool or place it in your path. Marc _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
