PEAR Packages
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPEAR Packages

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old April 26th, 2004, 03:12 PM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,947 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 4 Days 6 h 10 m 55 sec
Reputation Power: 4
pear path help

hi does anyone know how to detect their pear install path im on shared hosting at the moment and they said the include path was /usr/bin/perl/ ive tried everything to connect to this. the root directory of my account is home/andrew/public_html how do i access pear or is it possible to find out what the full path to pear is???? by the way ive tried the following
php Code:
Original - php Code
  1. <?php
  2. require_once '......usrbinperlpear';
  3.  
  4. $user = 'andrew';
  5. $pass = 'xk51pd23';
  6. $host = 'localhost';
  7. $db_name = 'andrew_site';
  8. $dsn = "mysql://$user:$pass@$host/$db_name";
  9. $db = DB::connect($dsn, false);
  10. $sql="select * from users";
  11. $result = $db->query($sql);
  12. $rownum="5";
  13. $row = $result->fetchrow(DB_FETCHMODE_ASSOC, $rownum);
  14. echo $row[username];
  15. ?>

and alls i get is an file cannot be found error when my host has assured me that the php pear package is in that directory. Any help would be appreciated.

Reply With Quote
  #2  
Old April 26th, 2004, 04:24 PM
brut brut is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 367 brut User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 13 m 12 sec
Reputation Power: 3
RE: pear path help

Are you sure they understood that you meant pear and not perl?
Typically all pear modules will be installed to the default include directory. It really depends on how they've set up the server. If they have individual include dirs for each virtual host, they may just need to add a symbolic link to yours to enable pear access, or there are other ways though I know little about it.

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPEAR Packages > pear path help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek