473,385 Members | 1,400 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

gettext.so

Hi to all,
I'm running php 5.2.5 on Debian etch, with apache 2.0.56.
I need to include, in php.ini, gettext.so library but I didn't find
anything.
I've already install:

apt-get install gettext
apt-get install php-gettext
apt-get install php5-cli
apt-get install php5 php5-common

and so on.
I'm sure to have installed everything but gettext.so still missing.
I tried, also, to compile php 5.2.5 from source, but when running
../configure, it breaks
with this error:
configure: error: no acceptable cc found in $PATH.

I'm going crazy. Where find the gettext.so extension ?

TIA,
paolob

Jun 2 '08 #1
2 4403
On 15 Apr, 23:55, "paolob" <superpablito--no...@inwind.itwrote:
Hi to all,
I'm running php 5.2.5 on Debian etch, with apache 2.0.56.
I need to include, in php.ini, gettext.so library but I didn't find
anything.
I've already install:

apt-get install gettext
apt-get install php-gettext
apt-get install php5-cli
apt-get install php5 php5-common

and so on.
I'm not specifically familiar with gettext nor debian, but...

What files did 'apt-get install gettext' create? Maybe it added
gettext.so but in a directory not referenced by ld.co.conf. Maybe it
installed the lib using a version number number in the name (fix by
creating a symlink).

On my nearest Linux box (RedHat) the gettext package doesn't have a
gettext.so - it does have a /usr/lib/libgettextlib-0.14.6.so,
libgettextsrc-0.14.6.so and preloadable_libintl.so

Have you tried running a trace on the CLI gettext?
I'm sure to have installed everything but gettext.so still missing.
I tried, also, to compile php 5.2.5 from source, but when running
./configure, it breaks
with this error:
configure: error: no acceptable cc found in $PATH.
You don't have a C compiler installed

C.
Jun 2 '08 #2

"C. (http://symcbean.blogspot.com/)" <co************@gmail.comha scritto
nel messaggio
news:8b**********************************@2g2000hs n.googlegroups.com...
On 15 Apr, 23:55, "paolob" <superpablito--no...@inwind.itwrote:
>Hi to all,
I'm running php 5.2.5 on Debian etch, with apache 2.0.56.
I need to include, in php.ini, gettext.so library but I didn't find
anything.
On my nearest Linux box (RedHat) the gettext package doesn't have a
gettext.so - it does have a /usr/lib/libgettextlib-0.14.6.so,
libgettextsrc-0.14.6.so and preloadable_libintl.so

Have you tried running a trace on the CLI gettext?
no, i didn't, but i'll try your issue. i think you've right finding the
library inside
/usr/lib/

thank you,
paolob
Jun 2 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Daniel CAUSSE | last post by:
Hello, I'm testing gettext on my website but it doesn't work. phpinfo returns correct informations: configure command => '--with-gettext=/usr' GetText Support => enabled I have no problem...
1
by: Dave Patton | last post by:
Can someone point me to a definitive source for the answers to the following two questions: 1) In an environment with Redhat Linux 2.4.21-27.0.1, Apache 1.3.31, PHP 4.3.10, and GNU gettext...
14
by: Pierre Rouleau | last post by:
I have a problem writing self-testable modules using doctest when these modules have internationalized strings using gettext _('...'). - The main module of an application (say app.py) calls...
1
by: Terry Hancock | last post by:
I'm looking at the gettext module for the first time and learning how to write internationalized code in Python. Naturally, I also looked at the original Gnu gettext manual, which mentions that...
13
by: cantabile | last post by:
Hi, I'm failing to make it work but can't find out what's wrong. Here's what I do : ================ test.py import gettext gettext.install('')
2
by: Thomas W | last post by:
I'm trying to wrap my head around the docs at python.org related to the gettext-module, but I'm having some problem getting it to work. Is there any really simple, step-by-step on how to use this...
0
by: redhog | last post by:
I can not get gettext to work at all under PHP. I run ubuntu 6.06.1 LTS, and the php5 package there announces that it supports gettext. Also, php -i sais gettext GetText Support =enabled, so it...
1
by: James T. Dennis | last post by:
You'd think that using things like gettext would be easy. Superficially it seems well documented in the Library Reference(*). However, it can be surprisingly difficult to get the external details...
6
by: =?iso-8859-1?B?QW5kcuk=?= | last post by:
I've encountered a problem using gettext with properties while using a Python interpreter. Here's a simple program that illustrate the problem. ============== # i18n_test.py: test of gettext &...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.