LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   php --without-pear (https://www.linuxquestions.org/questions/linux-software-2/php-without-pear-484754/)

nichu 09-18-2006 04:30 PM

php --without-pear
 
Hello
Lately I started to "bravely fight" with Postfix + Squirrelmail
everything works great (PHP also :))
but I want to have possibility to change passwords
(from MySql database) through the webside
SM has a plugin (change_sqlpass) - but it needs Pear DB installed

[root@kompik ~]# rpm -q php-pear
php-pear-1.4.9-1.2
[root@kompik ~]# rpm -q php-pear-DB
php-pear-DB-1.7.6-6.fc5

and as You see I installed it ...
but .....
PHP has no PEAR handling installed
i checked through phpinfo()
and there are Configure Commands and unfortunatelly
there is also '--without-pear'
I installed everything without to many combination
using rpm-s so now i don't really know howto
recompile php without this option ...
i prefer not to uninstall php and compile it
by myself because i would have to uninstall lots
of other stuff ..
Does anyone know any solution for my problem ?

Thanks in progress for helping me :)
Regards Nichu

nichu 09-20-2006 12:26 PM

HELLLO AGAIN!!
i solved the problem - it wasn't linked with pear-db :o
but it was about config.php in change_sqlpass

for users who has similar problem you have to put:
csp_salt_statis = 'password'
inside :)


All times are GMT -5. The time now is 08:26 AM.