![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use Suexec with Apache2 ? | kernings | UNIX for Dummies Questions & Answers | 1 | 03-10-2008 10:41 PM |
| install apache2 in bsd 6.2 | tamayo | BSD | 2 | 12-04-2007 03:29 PM |
| apache2 ldap | hassan1 | SuSE | 0 | 01-29-2006 01:02 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
||||
|
Quote:
If you dare to use Debian unstable (like I do on my desktop), you will get PHP 5.2.9 instead of 5.2.6 (with Debian Stable - Lenny) or 5.2.0 (Debian Stable - Etch). Then you will not only have bleeding edge PHP, you will always have the very latest version of essentially each and every package on your system if you upgrade often enough. Managing a Debian Unstable system is tedious, though. Be forewarned. |
|
||||
|
You have really installed the APR/APRU header files (libaprutil1-dev and libapr1-dev)? They are not related to PHP, but Apache.
And, I think on Debian the apxs file is /usr/bin/apxs2. Are you sure you used the correct apxs? You must have the package below installed, if you didn't compile install Apache yourself. Debian -- Filelist of package apache2-prefork-dev/sid/i386 |
|
||||
|
I tried installing the apache2-prefork-dev in Debian Etch. And it shows the following error. Code:
apt-get install apache2-prefork-dev .... The following packages have unmet dependencies: apache2-prefork-dev: Depends: libaprutil1-dev but it is not going to be installed E: Broken packages while trying to install that package, Code:
apt-get install libaprutil1-dev
....
....
The following packages have unmet dependencies:
libaprutil1-dev: Depends: libexpat1-dev but it is not going to be installed
Depends: libpcre3-dev but it is not going to be installed
Depends: libapr1-dev (>= 1.2.2-1) but it is not going to be installed
Depends: libsqlite3-dev but it is not going to be installed
Depends: libpq-dev but it is not going to be installed
Depends: libmysqlclient15-dev but it is not going to be installed
E: Broken packages
And it goes ... So what to do ? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|