Sponsored Content
Operating Systems Solaris problem in php installation.. Post 302503362 by senkerth on Friday 11th of March 2011 01:04:57 AM
Old 03-11-2011
thanks for the reply .. but i installed libiconv ..

i have added libiconv using

pkgadd -d libiconv-1.13.1-sol10-x86-local

and when i find libiconv

it shows ..
find / -name "libiconv"

/usr/local/doc/libiconv
/usr/local/share/doc/libiconv

---------- Post updated 2011-03-11 at 09:55 AM ---------- Previous update was 2011-03-10 at 08:31 PM ----------

can u guide me where am i going wrong ..

---------- Post updated at 11:34 AM ---------- Previous update was at 09:55 AM ----------

this problem is killing me for days...

i googled and got some hints ..saying..
they asked me to add manually EXTRA_LIBS - libconv in Makefile ..

i found that line when i less Makefile ..
but when i tried to edit using vi command .. i couldn find the line..

plz tel me the reason...
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Installation problem

Hi , I have installed a s/w for work tracking (work tracking fecilitator) in linix OS. all my other perl programs are working fine. i have completed the backend part of it but unable to use this application . Please guide me regarding this . I have downloaded the source from... (4 Replies)
Discussion started by: alma
4 Replies

2. Ubuntu

kubuntu installation problem

Hi, i had a problem during kubuntu installation from ubuntu and now i can't start ubuntu correctly. it loads only desktop and doesn't work. Is there a way to solve this problem? I have ubuntu 8.10 2.6.27-7 generic (0 Replies)
Discussion started by: littleboyblu
0 Replies

3. Red Hat

RHEL 5 installation problem

Hi everyone, I m new here and I have few questions regarding RHEL installation. The story goes like this... I have a PC with the following specifications: 1. ASUS P5N-MX motherboard with on-board GForce 7050/nforce 610i chipset 2. Intel Pentium Dual Core Processor 3. Two SATA HDD(250GB + 160GB)... (4 Replies)
Discussion started by: willa
4 Replies

4. Solaris

dmidecode installation problem

Today I had to check RAM info on solaris 10 system. I know that there is 4 GB, 2 modules , but I really needed more details like exact model, frequency and so on I downloaded several versions of dmidecode, but non of them worked. At first I found that there is no gcc in the system, well I... (5 Replies)
Discussion started by: Zorbeg
5 Replies

5. UNIX for Advanced & Expert Users

PHP installation problem

Hey Linux experts, I am very new to Linux and PHP. I am trying to install php-5.3.2 on Linux(Centos), but I am getting an error as given below: cc1: out of memory allocating 2036 bytes after a total of 63528960 bytes make: *** Error 1 What is exactly meant by this error?Can someone guide... (5 Replies)
Discussion started by: mahesh_raghu
5 Replies

6. Solaris

php installation ..

hi.. i need to install or enable php on solaris 10 x86.. can u guide me .. tell me as soon as possible.. thanks... ---------- Post updated at 12:17 PM ---------- Previous update was at 10:38 AM ---------- tell me as soon as possible... (1 Reply)
Discussion started by: senkerth
1 Replies

7. Solaris

php installation problem..

hi am senthil, i want to install php 5 in my solaris 10 x86server.. i already enabled apache and my mysql 5 is woking fine.. i want to know the procedure to install php.. i googled it and got some info .. i have doubt in the following thing /configure -with-apache2=/opt/httpd-2.0.49... (1 Reply)
Discussion started by: senkerth
1 Replies

8. Solaris

php package installation problem

can u tell me the procedure to install php 5 using package .. i downloaded php-5.2.1-sol10-x86-local.gz from sunfreeware i have added package using pkgadd -d php-5.2.1-sol10-x86-local then i have added these two lines in httpd.conf LoadModule php5_module modules/libphp5.so... (7 Replies)
Discussion started by: senkerth
7 Replies

9. Shell Programming and Scripting

mdbtools installation problem

i have been tryin to install mdbtools in my rhel 5... ./configure is working but at the time of make it gives an error pls help error log odbc.c:778: warning: conflicting types for 'bind_columns' odbc.c:778: error: static declaration of 'bind_columns' follows non-static declaration... (0 Replies)
Discussion started by: born
0 Replies

10. Red Hat

Problem with rpm installation

When i try to install rpm with rpm -ivh ntp* it shows package is already install and when i query for same package it shows package is not installed ?How to resolve DSA signature error for rpm? How to choose rpm package except redhat version(el5) and architecture(i386) and site link for that? (5 Replies)
Discussion started by: amitbharad
5 Replies
iconv_close(3)						     Library Functions Manual						    iconv_close(3)

NAME
iconv_close - Closes a specified codeset converter LIBRARY
The iconv Library (libiconv) SYNOPSIS
#include <iconv.h> int iconv_close( iconv_t cd); STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: iconv_close(): XSH5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. PARAMETERS
Specifies the descriptor of the converter to be closed DESCRIPTION
The iconv_close() function closes a converter previously opened with iconv_open() and deallocates any resources used by the specified con- verter. RETURN VALUES
On successful completion, the iconv_close() function returns a value of zero. Otherwise, the function returns a value of -1 and sets errno to indicate the error. ERRORS
If the following condition occurs, the iconv_close() function sets errno to the corresponding value: The converter's file descriptor is invalid. RELATED INFORMATION
Functions: iconv(3), iconv_open(3) Commands: genxlt(1), iconv(1) Others: iconv_intro(5), standards(5) delim off iconv_close(3)
All times are GMT -4. The time now is 09:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy