First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 35534
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: PHP Bugs <php-bugs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Philipp Kern <phil@lordaeron.in-berlin.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 35534 depends on: Show dependency tree
Bug 35534 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-12-10 10:04 0000
At the end of the ebuild there are some einfos stating the following output:
 * Smarty has been installed in /usr/lib/php/Smarty.
 * To use it in your scripts, either
 * 1. define(SMARTY_DIR, "/usr/lib/php/Smarty") in your scripts, or
 * 2. add /usr/lib/php/Smarty to includes= in /etc/php4/php.ini

Line 3 (1. define...) lacks a / behind Smarty. The directory name has to be terminated with a slash, otherwise Smarty will fail.

------- Comment #1 From Martin Holzer (RETIRED) 2003-12-11 02:05:48 0000 -------
please use common herds to assign bugs

------- Comment #2 From Martin Holzer (RETIRED) 2003-12-15 15:46:53 0000 -------
in cvs

------- Comment #3 From Philipp Kern 2003-12-21 07:13:53 0000 -------
Oops sorry. My eyes didn't catch that it has to be 'SMARTY_DIR'.
So please write define('SMARTY_DIR', '/usr/lib/php/Smarty/') into the ebuild, thank you. SMARTY_DIR alone would throw a warning/notice.

------- Comment #4 From Philipp Kern 2003-12-24 04:26:07 0000 -------
The actual Smarty-2.6.0.ebuild lacks both.

einfo "1. define(SMARTY_DIR, \"/usr/lib/php/Smarty\") in your scripts, or"

------- Comment #5 From Robin Johnson 2004-01-04 20:12:59 0000 -------
fixed in CVS.

First Last Prev Next    No search results available      Search page      Enter new bug