How To Install PEAR Libraries In Windows

Dec 5, 2007

how to install the PEAR libraries in windows...

If PEAR is not installed then when the library files are included whether it would run smooth or not?

View 1 Replies


ADVERTISEMENT

Install PEAR

Apr 25, 2009

how to install pear onto my unmanaged vps....i activated paypal gateway on cubecart but i get error msg [url]

View 2 Replies View Related

SNMP Dev Libraries

Aug 8, 2008

I need to enable SOAP on my server , but it says

"Requires the SNMP Dev libraries to be installed first!"

I Googled this and getting horrible mixed results. Anyone know how to go about this?

View 5 Replies View Related

PHP Have Lost All Libraries

Nov 20, 2007

I have a problem with PHP installed on my Linux server.

PHP 5.2.3 worked fine with JSON, MySQL and other libraries.

But when I:
- installed FFmpeg-PHP module
- added extension=FFmpeg module into php.ini (nothing was changed in php.ini)
- installed PHP-devel with yum
- rebooted server

PHP stopped working with MySQL and JSON. I've added absolute path for mysql.so in php.ini and it works now. But I couldn't find json.so library on my server (with find command).

So, I've downloaded and compiled Json 1.2 and added absolute path to .so in php.ini, but it doesn't work.

FFmpeg-PHP doesn't work also.

I get these errors in php error log file:

Quote:

[20-Nov-2007 03:27:30] PHP Warning: PHP Startup: json: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
[20-Nov-2007 03:27:30] PHP Warning: PHP Startup: ffmpeg: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
in Unknown on line 0

View 5 Replies View Related

Plesk 12.x / Linux :: Using Libraries PDO On Server - No Such File Or Directory

Feb 18, 2015

I'm trying to use libraries PDO on the server but continues to give me this error. "SQLSTATE [HY000] [2002] No such file or directory" ....

I plugged in Additional Guidelines, both extension = pdo.so that extension = pdo_mysql.so.

View 1 Replies View Related

PEAR Extensions

Jun 14, 2008

how uncommon it is for a hosting company to install PEAR extensions for their clients. Why I ask is because I am not sure how to install them myself. I currently use WAMP, which installed PHP, APACHE, and MySQL for me. So I am looking for a way to use PEAR extensions. If not on my personal machine, a server would be fine.

I guess I am looking for some suggestions. Pershaps something like WAMP which makes it very simple, or a hosting company you know that will install extensions for someone on a shared account.

View 1 Replies View Related

Pear Modules

Sep 9, 2007

Trying to install Cerberus Help Desk and it gives this message during requirement check:

The following problems prevent you from running Cerberus Helpdesk 4.0:
upload_tmp_dir is empty in your php.ini file. Please set it.
The 'MailParse' PHP extension is required. Please enable it.
The 'Mail' PEAR package is required. Please install it.
The 'Mail_Mime' PEAR package is required. Please install it.
The 'Mail_mimeDecode' PEAR package is required. Please install it.
The 'Mail_RFC822' PEAR package is required. Please install it.
The 'Text_Password' PEAR package is required. Please install it.

how to apply this (on a vps) safely? Using Centos 4.5. I'm using Interworx control panel.

View 5 Replies View Related

PEAR Update Does Not Work

Jul 7, 2007

I am trying to install the Mail_Mime Package from PEAR with the command "pear upgrade Mail_Mime".

All I get is this Error Message:

Code:
pear/Mail_Mime requires PEAR Installer (version >= 1.6.0), installed version is 1.5.0
pear/Mail_mimeDecode requires PEAR Installer (version >= 1.6.0), installed version is 1.5.0
pear/Mail_mimeDecode requires package "pear/Mail_Mime" (version >= 1.4.0, excluded versions: 1.4.0)
No valid packages found
upgrade failed
The funny thing is, I've already upgraded the PEAR package to the latest (1.6.1) with the command "pear upgrade PEAR", successfully.

Update: I could fix the problem, see here for details: [url]

View 0 Replies View Related

WAMP Server With PEAR Working

Feb 21, 2007

Does anybody know a WAMP server where pear is actually working so also CLI.. as i tried so many but they all seem to work like crap

*edit

Wrong forum can anybody move it

*edit #2

Umm actually i mean a WAMP Development server like XAMPP can anybody put it in PHP forums

View 2 Replies View Related

PEAR Installation On Shared Host Server

Feb 24, 2008

I have installed PEAR on my
localhost/apache server and
have no problem running pear
scripts such as HTLM Quickform
and validator. (php Anthology
Vol 1 & 2 by Harry Fuecks)
)

But I am having problems
getting Pear to install on
my Linux shared server.
GoDaddy say that Pear is loaded by
default with php4 and are not prepared
to assist in any further installations.

I know that a copy of the pear installation
can be uploaded to the folder where I host
my site. I ran the following script
and this shows that PEAR is enabled

<?php
include("PEAR.php");
$p = new PEAR();
print_r($p);
?>

:OutPut in browser:

PEAR Object
(
[_debug] =>
[_default_error_mode] =>
[_default_error_options] =>
[_default_error_handler] =>
[_error_class] => PEAR_Error
[_expected_errors] => Array
(
)
)
I have searched the forum but I am still
none the wiser. If there is anyone on the
forum who had been through the setup
procedure before I would welcome your help.
paradox1

View 13 Replies View Related

Is My Current Webhost Ready For PHP5 - PEAR

Jul 5, 2007

I'm following the guides in programming OOP+PEAR from these 2 books:

[url]

So far things seems to work on my own Desktop LAMP. But the question is will my hours of PHP 5 coding work on my current webhost One.com?

I'm a newbie so I haven't fully understood how to utilize PEAR yet but when chatting with One.com's Live support and emailing them. They tell me this.

- That they support both PHP 4 and PHP 5.
- That they support PEAR for PHP 4 but not PHP 5.
- That they don't know when they will install PEAR support for PHP 5.

How should I interpret this information? Do I just keep working on the PHP 5 codes like the book instructs and wait until they install PEAR for PHP 5. Or should I switch webhost as soon as possible?

View 3 Replies View Related

How Hard Is It To Figure Out Why Pear Is Not Working? Great Support From Liquidweb.

Sep 7, 2007

2 calls, 2 tickets, still problem not solved.

I thought this is simple question, but guess i m wrong.

<?php

require_once 'DB.php';
require_once "Auth.php";
echo "seems like pear cannot be found , oops,, help me out...";
?>

this is acutal link:
[url]

it only has 3 lines. I m getting error message,cuz file is not found. I called them twice and file 1 ticket and 1 reply. the last call they said tech still try to figure out what happens, maybe something wrong with my code.

View 4 Replies View Related

Install Windows Vps In Xen Without VT/HVM

Nov 5, 2008

My mainboard or my cpu do not support VT . is any way to install windows vps in xen ?
i use hypervm for gui of xen.

View 3 Replies View Related

Install On Windows

Jun 5, 2007

ive just started installing php, mysql and apache from the teach yourself all in one book from sams publishing.

ive got as far as adding in the various changes to the .conf file and got stuck.
it says about making php.ini available and adding the directory to my windows path and thats totally lost me.

ive only learnt html before so im pretty new to most of this so its probably somehting really trivial or simple, please help me if you can, its kinda embarressing not even being able to install it let alone use it.

View 0 Replies View Related

/sbin/ldconfig: Libraries Libexpat.so.0 And Libexpat.so.0.4.0 In Directory /usr/lib

Apr 8, 2007

Server:
CentOS 4.4 x64
cPanel latest release branch

Running Transaction
Installing: pango ######################### [1/4]
/sbin/ldconfig: libraries libexpat.so.0 and libexpat.so.0.4.0 in directory /usr/lib have same soname but different type.
Installing: pango-devel ######################### [2/4]
Installing: gtk2 ######################### [3/4]
/sbin/ldconfig: libraries libexpat.so.0 and libexpat.so.0.4.0 in directory /usr/lib have same soname but different type.
Installing: gtk2-devel ######################### [4/4]

Installed: gtk2-devel.x86_64 0:2.4.13-22
Dependency Installed: gtk2.x86_64 0:2.4.13-22 pango.x86_64 0:1.6.0-9 pango-devel.x86_64 0:1.6.0-9
Complete!

Anybody have a clue what may be wrong ? It is connected with xorg-x11-libs but ...

This shows non stop when using yum to install something or etc. : /sbin/ldconfig: libraries libexpat.so.0 and libexpat.so.0.4.0 in directory /usr/lib have same soname but different type.

Here is the /usr/lib listed :

ls -la /usr/lib/libexpat*
-rw-r--r-- 1 root root 607122 Apr 7 08:37 /usr/lib/libexpat.a
-rwxr-xr-x 1 root root 706 Apr 7 08:37 /usr/lib/libexpat.la*
lrwxrwxrwx 1 root root 17 Apr 7 08:37 /usr/lib/libexpat.so -> libexpat.so.0.4.0*
lrwxrwxrwx 1 root root 17 Apr 7 08:37 /usr/lib/libexpat.so.0 -> libexpat.so.0.5.0*
-rwxr-xr-x 1 root root 402635 Apr 7 08:37 /usr/lib/libexpat.so.0.4.0*
-rwxr-xr-x 1 root root 122048 Feb 21 2005 /usr/lib/libexpat.so.0.5.0*

View 3 Replies View Related

Remove Linux And Install Windows XP

Jul 4, 2009

I need to remove CentOS from an old office PC. Dont get me wrong I use Linux almost on everything but for specific reason I need to get XP back into this old AMD PC.

I cannot install XP. I cannot remove Linux. This install is devil. It will not let me remove it. I tried everything. XP disk goes black screen and stays there, this is happens with some hardware and you have to remove all Linux partitions to me the Windows XP disk install start.

The problem I CANT remove it.

I go to rescue mode, or interactive, mode, it doesnt matter, I cannot remove linux.

"fisk -l"

Go to my partition
fdisk /dev/sda2

d for delete and it just outputs:
No partition is defined yet!

I tried lots of ways around it and always that message. Linux doesnt let me remove the partitions.

How in the world do I get XP back now?

View 8 Replies View Related

Plesk 12.x / Windows :: Install WinCache For PHP?

Apr 17, 2015

I'm trying to install WinCache on the Plesk server so that plugins like W3 Total Cache for WordPress can utilize it. As far as I can tell, its really just an extension for PHP, however I can't seem to turn it on within an individual hosting account's PHP.INI settings (it doesn't show up in phpinfo()).

Where is the PHP installation that Plesk IIS accounts would be utilizing, that I would copy the DLL to in order to get the extension running?

Info: [URL] .....

View 1 Replies View Related

Install Windows On Server Without CD Or Floppy Drive

May 22, 2007

I know this isn't really hosting related, but WHT has always given the best answers to questions.

Right here goes...

I have a new 1U server, which I ordered with no CD drive, as I have a little USB external DVD/CD which I would normally load the OS on.

However I have LOST IT !!!!

So I have been crawling the net for ways to install Windows XP (im just using XP for a very short time for testing!) from either a USB stick or by taking the hard drive out of the server, and copying the CD content onto it from a working windows computer.

View 1 Replies View Related

Remote Install Windows 2003 From CentOS?

Jan 8, 2009

manually install Windows 2003 std to a linux box ( CentOS 5.2 to be exact). The reason is my provider does not provide Windows or custom OS installation.

View 9 Replies View Related

Install Linux From Windows 2003, Without CD Nor Floppy

Jan 22, 2008

I have a Windows 2003 server running on a machine, and I'd like to convert this machine to a Linux (Fedora) machine.

Suppose I don't have a CD-Rom/Floppy/USB drive. Is it possible to install Linux?

View 3 Replies View Related

How To Install PHP & MySQL On A Windows Server 2003

Aug 8, 2007

i want to know that how to install php and mysql on a windows server (2003). i have a windows server version 2003 and i need php and mysql to run on that.

View 3 Replies View Related

Plesk 11.x / Windows :: Automatic App Install Of Joomla

Mar 11, 2014

System:
11.5.30 Update #33

I am trying on a customers Site to install joomla 3.2.x (latest available)Unfortunately an error ist coming up after entering the datea (admin Login, db, thigns, etc..)

PHP Warning: Invalid argument supplied for foreach()
Line: 180
File: C:Program Files (x86)ParallelsPleskadminplibServiceDriverApsWindows.php

View 8 Replies View Related

Plesk 12.x / Windows :: Install New Plugins Via WordPress

Mar 23, 2015

Did a fresh WordPress install on a subscription. I was able to install new plugins via WordPress, and directly upload a theme file without any issues. However, when I tried to use the WordPress import too (uploading an 11MB XML file) I received an Internal Server Error, which brought the entire site down. No part of the WordPress site is accessible. Odd.

Checked the Plesk log - no errors there.Nothing in the IIS logs that shows an error either.When looking at the domain's logs, I see the 500 entry logged, but don't see any sort of reason for it having happened, to be able to resolve:

2015-03-23 15:43:59 W3SVC8 blackbird 66.147.239.188 GET / - 80 - 66.147.239.188 HTTP/1.1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - - tealeafswny.com.66-147-239-188.homeruncreative.com 500 0 0 331 288 3750

View 5 Replies View Related

Plesk 11.x / Windows :: How To Install Web Presence Builder

Oct 6, 2012

I am trying to put all the pieces together. I get a web host with plesk, (currently looking at hostgator VP servers) and I upload my site files to the FTP that they provide. Now I have a hosted website and plesk 11 as the control panel (hopefully).

I am currently learning dreamweaver to build sites, but my questions is this : How to i integrate everything ? i.e.. the hosting plans, web presence builder etc. automatically into my site ? in other words, how do i put lets say a button on my page that the customer would click on to open the web presence builder. or click a button to choose a specific plan specified in the plesk panel and proceed to payment.

Are there some sort of codes to put in div tags in the design of the page that would achieve this ?

View 1 Replies View Related

Plesk 11.x / Windows :: Can't Install Joomla Properly

Apr 21, 2014

I registered my domain yesterday and the company where I registered (Webstekker) forwarded me to this website where they obviously have there websites. I wanted to start immediately with my website. I can install Wordpress properly, so will it show easy fast made html text files.

Joomla is the one I want and need to use. I tried to install it via the application tab in either httpdocs and httpdocs/joomla. I tried custom install via the application tab, but didn't work.

Then I tried to copy the files myself via FTP to the server and tried to install it again. Made MySQL databases, but I get stucked on the last installation page where it did ask me if I wanted to install some examples. Whatever I choose it won't go further. Nvm, when I go back to the domain itself, it says I have to delete the installation map (as it should ask when install is actually finished). When I delete the installation map, my domain has no content, nothing. I can however, login via the domain/administrator

So there is something installed, the back end is working, but a website also needs some frontpage right?

The domain we are talking about is[URL]

View 1 Replies View Related

Plesk 11.x / Windows :: Cannot Install Parallels Product And Update

Feb 1, 2013

Receive for 2 days following error

"Parallels products install and update"

"Failed to read product information from the file: Can not process products.inf3: Failed to download the package http://autoinstall-win.pp.parallels.com/products.inf3: Could not resolve host: autoinstall-win. pp.parallels.com, no data record of requested type Can not process versions.inf3: Failed to download the package http://autoinstall-win.pp.parallels.com/versions.inf3: Could not resolve host: autoinstall win.pp.parallels.com, no data record of requested type "

[URL] .... is present.

[URL] .... is not found.

View 2 Replies View Related

Plesk 11.x / Windows :: Install And Update Parallels Products?

Jun 30, 2012

In Plesk Control Panel accessing Updates and Upgrades have a error that shows Failed to read product information from the file :

Can't process products.inf3: Failed to download the package http://autoinstall-win.pp.parallels.com/products.inf3: Empty reply from server Can't process versions.inf3: Failed to download the package http://autoinstall-win.pp.parallels.com/versions.inf3: Empty reply from server

View 3 Replies View Related

Plesk 11.x / Windows :: Install Older WordPress Version?

Nov 4, 2013

how to install older version of WordPress - version 3.7 has just come out and it is the only version I can install via the Plesk panel but unfortunately half of the themes out there only support up to 3.6

View 6 Replies View Related

Can I Install Windows 2003 Enterprise On Burst Net Server- I Have My Own License

Oct 20, 2009

i am thinking to get a server with Brustnet. i do have my own windows 2003 enterprise edition license. i just want to know am i allowed to install my own cd iso with license.

View 13 Replies View Related

Plesk 11.x / Windows :: Cannot Find A Way To Force Installations To Install Update

Dec 15, 2014

Plesk Support Web Form refuses to accept our License Keys as valid so I have no other way of contacting support.Recently MU#60 came out to patch a security hole in Plesk Panel. We need this applied but cannot find a way to force the plesk installations to install the update.

We run two, One on 10.4 and one on 9.5 (Yes I also realise these are old/end of life/not supported). They report they are running MU#58 and that they are up to date. They are set to auto update. Is it that MU#60 isn't compatible with them so it simply wont update to it? Or am I missing something? There seems to be no mechanic available in either panel to issue a manual or forced update to the new MU.I can provide my license keys if needed to validate this, they are active and in use and most definitely valid.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved