2 Sep
2007
2 Sep
'07
3:45 p.m.
hi, if the configure stage is giving you WARNINGs regarding the options you want/need to use, then that suggests that you dont have the packages you need to have installed. this is a 'development'/'compilation' issue - which means that you need to have the include headers, libraries etc of the packages you want - not just the runtime/binary parts - usually on Fedora-type systems you need to install the -devel part of the package... eg User 1 wants mysql support. install mysql-devel eg User 2 wants snmp support - install net-snmp-devel etc alan