How to activate t1lib?
Using CentOS el6.x86_64. I installed t1lib
this way:
Installing RPMForge Repository
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
Importing RPMForge Repository Key
wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
rpm --import RPM-GPG-KEY.dag.txt
Finally install
t1lib
yum --enablerepo=rpmforge install t1lib
Package installed - no problem
Q. Do I need to do anything else to "activate" t1lib
?
When I check phpinfo
, isn't it suppose to show under "GD" heading? I'm not seeing it there.
centos
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Using CentOS el6.x86_64. I installed t1lib
this way:
Installing RPMForge Repository
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
Importing RPMForge Repository Key
wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
rpm --import RPM-GPG-KEY.dag.txt
Finally install
t1lib
yum --enablerepo=rpmforge install t1lib
Package installed - no problem
Q. Do I need to do anything else to "activate" t1lib
?
When I check phpinfo
, isn't it suppose to show under "GD" heading? I'm not seeing it there.
centos
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Using CentOS el6.x86_64. I installed t1lib
this way:
Installing RPMForge Repository
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
Importing RPMForge Repository Key
wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
rpm --import RPM-GPG-KEY.dag.txt
Finally install
t1lib
yum --enablerepo=rpmforge install t1lib
Package installed - no problem
Q. Do I need to do anything else to "activate" t1lib
?
When I check phpinfo
, isn't it suppose to show under "GD" heading? I'm not seeing it there.
centos
Using CentOS el6.x86_64. I installed t1lib
this way:
Installing RPMForge Repository
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
Importing RPMForge Repository Key
wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
rpm --import RPM-GPG-KEY.dag.txt
Finally install
t1lib
yum --enablerepo=rpmforge install t1lib
Package installed - no problem
Q. Do I need to do anything else to "activate" t1lib
?
When I check phpinfo
, isn't it suppose to show under "GD" heading? I'm not seeing it there.
centos
centos
edited Jul 7 '14 at 3:45
slm♦
252k70532685
252k70532685
asked Jul 7 '14 at 0:22
user74670user74670
62
62
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
There's this comment on the PHP website concerning the t1lib
library.
Note: This function is only available if PHP is compiled using --with-t1lib[=DIR] .
Source: http://www.php.net/manual/en/function.imagepstext.php
I found that link when I was looking at the t1lib
project's website.
t1lib is useful for adding text to images using the gd library. When t1lib and gd are combined with an Apache web server that is powered by the web scripting language php, web developers can easily add captions, graph legends, logos, copyright notices, etc to images. See the php documentation for an example snippet of php code using t1lib to lay some text on an image: php function imagepstext (the example code is in the user notes dated 22-May-2001 at the very bottom of the page)
Source: http://www.t1lib.org/
Checking a build for t1lib support
If it were present running this command would show it:
$ php -i |& grep t1lib
My build doesn't include it either.
Rebuilding PHP
If you want this you'll have to rebuild PHP. You can follow these directions roughly on how one can rebuild the PHP RPM.
- http://cheesefather.com/2010/08/centos-install-php-5-2-with-t1lib-support/
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f141055%2fhow-to-activate-t1lib%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There's this comment on the PHP website concerning the t1lib
library.
Note: This function is only available if PHP is compiled using --with-t1lib[=DIR] .
Source: http://www.php.net/manual/en/function.imagepstext.php
I found that link when I was looking at the t1lib
project's website.
t1lib is useful for adding text to images using the gd library. When t1lib and gd are combined with an Apache web server that is powered by the web scripting language php, web developers can easily add captions, graph legends, logos, copyright notices, etc to images. See the php documentation for an example snippet of php code using t1lib to lay some text on an image: php function imagepstext (the example code is in the user notes dated 22-May-2001 at the very bottom of the page)
Source: http://www.t1lib.org/
Checking a build for t1lib support
If it were present running this command would show it:
$ php -i |& grep t1lib
My build doesn't include it either.
Rebuilding PHP
If you want this you'll have to rebuild PHP. You can follow these directions roughly on how one can rebuild the PHP RPM.
- http://cheesefather.com/2010/08/centos-install-php-5-2-with-t1lib-support/
add a comment |
There's this comment on the PHP website concerning the t1lib
library.
Note: This function is only available if PHP is compiled using --with-t1lib[=DIR] .
Source: http://www.php.net/manual/en/function.imagepstext.php
I found that link when I was looking at the t1lib
project's website.
t1lib is useful for adding text to images using the gd library. When t1lib and gd are combined with an Apache web server that is powered by the web scripting language php, web developers can easily add captions, graph legends, logos, copyright notices, etc to images. See the php documentation for an example snippet of php code using t1lib to lay some text on an image: php function imagepstext (the example code is in the user notes dated 22-May-2001 at the very bottom of the page)
Source: http://www.t1lib.org/
Checking a build for t1lib support
If it were present running this command would show it:
$ php -i |& grep t1lib
My build doesn't include it either.
Rebuilding PHP
If you want this you'll have to rebuild PHP. You can follow these directions roughly on how one can rebuild the PHP RPM.
- http://cheesefather.com/2010/08/centos-install-php-5-2-with-t1lib-support/
add a comment |
There's this comment on the PHP website concerning the t1lib
library.
Note: This function is only available if PHP is compiled using --with-t1lib[=DIR] .
Source: http://www.php.net/manual/en/function.imagepstext.php
I found that link when I was looking at the t1lib
project's website.
t1lib is useful for adding text to images using the gd library. When t1lib and gd are combined with an Apache web server that is powered by the web scripting language php, web developers can easily add captions, graph legends, logos, copyright notices, etc to images. See the php documentation for an example snippet of php code using t1lib to lay some text on an image: php function imagepstext (the example code is in the user notes dated 22-May-2001 at the very bottom of the page)
Source: http://www.t1lib.org/
Checking a build for t1lib support
If it were present running this command would show it:
$ php -i |& grep t1lib
My build doesn't include it either.
Rebuilding PHP
If you want this you'll have to rebuild PHP. You can follow these directions roughly on how one can rebuild the PHP RPM.
- http://cheesefather.com/2010/08/centos-install-php-5-2-with-t1lib-support/
There's this comment on the PHP website concerning the t1lib
library.
Note: This function is only available if PHP is compiled using --with-t1lib[=DIR] .
Source: http://www.php.net/manual/en/function.imagepstext.php
I found that link when I was looking at the t1lib
project's website.
t1lib is useful for adding text to images using the gd library. When t1lib and gd are combined with an Apache web server that is powered by the web scripting language php, web developers can easily add captions, graph legends, logos, copyright notices, etc to images. See the php documentation for an example snippet of php code using t1lib to lay some text on an image: php function imagepstext (the example code is in the user notes dated 22-May-2001 at the very bottom of the page)
Source: http://www.t1lib.org/
Checking a build for t1lib support
If it were present running this command would show it:
$ php -i |& grep t1lib
My build doesn't include it either.
Rebuilding PHP
If you want this you'll have to rebuild PHP. You can follow these directions roughly on how one can rebuild the PHP RPM.
- http://cheesefather.com/2010/08/centos-install-php-5-2-with-t1lib-support/
answered Jul 7 '14 at 12:26
slm♦slm
252k70532685
252k70532685
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f141055%2fhow-to-activate-t1lib%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown