Ioncube/Zend/Roundcube error.

kevinwalter

Verified User
Joined
Jun 1, 2011
Messages
51
Hey,

I've install directadmin on my server and everything is working except:

Code:
[root@dedi custombuild]# ./build roundcube
cp: `/var/www/html/roundcube/logs' and `/var/www/html/roundcubemail-0.5.3/logs'                                                                                                                                                              are the same file
cp: `/var/www/html/roundcube/temp' and `/var/www/html/roundcubemail-0.5.3/temp'                                                                                                                                                              are the same file
Editing roundcube configuration...
Roundcube 0.5.3 has been installed successfully.
Failed loading /usr/local/lib/ioncube_loader_lin_5.3.so:  /usr/local/lib/ioncube                                                                                                                                                             _loader_lin_5.3.so: undefined symbol: zend_resolve_path
This instance of Roundcube is up-to-date.
Have fun!

I think it's ioncube. If i search for ioncube_loader.. in /usr/local/lib it is there!
I've installed also Zend I see an error about that to!

Could someone help me with this?


Kind Regards,

Kevin
 
Ahh I saw that ioncube loader 5.3 was in php.ini! I removed it and roundcube installed without errors.

Now if I login to roundcube I see this error:

`Your session is invalid or expired.`
 
Back
Top