How to enable MySQLi module/extension

Celep

Member
Oct 19, 2006
9
0
151
Hello!

How to enable MySQLi module/extension

My script is built to work with Mysqli queries NOT MySQL.

I got installed PHP 4.4.4 MySQL 5.0.12 Apache 1.13 or so

I also want GD2 module/extension for generating images, how to install it

I use WHM lattest CURRENT on FreeBSD 6.1.

Help!
 

Celep

Member
Oct 19, 2006
9
0
151
I've already solved this.

I needed to login trough SSH like root and manualy install and compile PHP 5.1.6 with extension I needed.

Oh men that was a real nightmare :p

Just one more problem persist....

When I load http:/mysite.com/ all is well, but when I try trough SSL like https:/mysite.com/

it simply doesn't work, ALL browsers report connection with server interupted!!! Why?!? :eek:

Anybody encountered this?

And just one more question - what is sintax to download file from some site when loged in ssh?
I downloaded sorce files with windows and then used ftp to upload to my server.

Thanks in advance.