View previous topic :: View next topic |
Author |
Message |
ramsesii n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Mario/1.png)
Joined: 07 Dec 2004 Posts: 28 Location: vienna
|
Posted: Fri Nov 04, 2005 10:54 pm Post subject: dev-lang/php or dev-php/php - need pdflib |
|
|
hello!
i have to excuse myself - although i installed several times apache2 with mode_php and so on, i just learned that there is dev-lang/php AND dev-php/php.
BUT now i need PDFLIB - which is emerged - with php. but an # emerge =dev-php/php shows everytime ./configure....... -disable-pdflib!!
dev-php/php does NOT have the use flag: pdflib
DO i need to install dev-lang/php (unstalbe!!??) to have pdflib added?
thanx for any help which bring some light into the dark!
best regards,
ramsesii |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
llongi Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/184080807144bbbda6eff29.gif)
Joined: 15 Apr 2004 Posts: 459 Location: Switzerland
|
Posted: Sat Nov 05, 2005 8:38 am Post subject: |
|
|
Yes, install dev-lang/php (wich, also if marked unstable, is quite stable and so far works without problems) and then emerge dev-php4/pecl-pdflib or dev-php5/pecl-pdflib, depending on the version of dev-lang/php you want to use.
For more informations on the upgrade to dev-lang/php please read:
http://svn.gnqs.org/projects/gentoo-php-overlay/file/docs/php-upgrading.html?format=raw _________________ Best regards, Luca. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ramsesii n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Mario/1.png)
Joined: 07 Dec 2004 Posts: 28 Location: vienna
|
Posted: Wed Nov 09, 2005 11:45 pm Post subject: |
|
|
thanx a lot for your information - very, very useful.
the only thing is , that for my amd64 system, there is NO pecl-pdflib... will it be a problem to use x86 in compat mode? any thoughts?
thanx a lot
ramsesii |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
llongi Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/184080807144bbbda6eff29.gif)
Joined: 15 Apr 2004 Posts: 459 Location: Switzerland
|
Posted: Thu Nov 10, 2005 8:02 am Post subject: |
|
|
It's not that there is no pecl-pdflib, but that pecl-pdflib was not (yet) keyworded for amd64, simply try the x86 ebuild by adding the following to /etc/portage/package.keywords:
Code: |
dev-php4/pecl-pdflib ~x86
|
_________________ Best regards, Luca. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|