Web Hosting Talk







View Full Version : help Linux Newb!!!


Maxplayer14
09-06-2003, 03:50 AM
I am new to linux, but I can learn fast.

I am trying to install php, curl, ioncube.....

To get MB working.

I am running into problem with rmps and trying to get them to work


My latest is with Curl. THis is what I get.

root@srv01 [~/curl]# rpm -Uvh curl-ssl-7.10.4-1.i386.rpm
error: curl-ssl-7.10.4-1.i386.rpm: V3 DSA signature: BAD, key ID df3d5207
error: curl-ssl-7.10.4-1.i386.rpm cannot be installed

Anyone?

Maxplayer14
09-06-2003, 03:58 AM
Or if I try an older version of curl, not ssl I get

root@srv01 [~/curl]# rpm -Uvh *.rpm
error: curl-7.10.2-1.i386.rpm: MD5 digest: BAD Expected(114a26e19bd0a449008eca4eccb35d8a) != (f7ba525abc375e4432e92c008d27a217)
error: curl-7.10.2-1.i386.rpm cannot be installed
error: curl-devel-7.10.2-1.i386.rpm: headerRead failed: region trailer: BAD, tag 16128 type 2047 offset 204800 count 4127
error: curl-devel-7.10.2-1.i386.rpm cannot be installed

farked3k
09-06-2003, 04:20 AM
Make sure you are uploading the RPM's in binary format. I've seen errors like that when trying to install RPM's, and it was because I didn't upload in binary.

Also, I'd suggest downloading the source for curl, and compiling curl w/ SSL and php w/ curl yourself. It's really easy. ;)

Maxplayer14
09-06-2003, 04:31 AM
Ah.....

I was using ASCII for somereason I thought it had to be used.

Well, one problem solved. Stand By for more........