- Welcome to Geeksww.com
Installing libiconv on Ubuntu Linux
libiconv:
"libiconv is for you if your application needs to support multiple character encodings, but that support lacks from your system."
Before starting, please check to see if there is a latest version available to download. Visit http://www.gnu.org/software/libiconv/ to find out about the available versions. IMPORTANT: See "Configuring Ubuntu Linux After Installation" to install the development tools required to compile and install libiconv from source code.
Steps to download, compile, and install are as follows. Note: Replace 1.11 with your version number:
-
Downloading libiconv:
Run the command below,wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.11.tar.gz
-
Extracting files from the downloaded package:
tar -xvzf libiconv-1.11.tar.gz
Now, enter the directory where the package is extracted.cd libiconv-1.11
-
Configuring libiconv Library:
./configure --prefix=/usr/local/libiconv
Replace "/usr/local/libiconv" above with the directory path where you want to copy the files and folders. Note: check for any error message. -
Compiling libiconv:
make
Note: check for any error message.
-
Installing libiconv:
As root (for privileges on destination directory), run the following.
With sudo,sudo make install
Without sudo,make install
Note: check for any error messages.
Did this tutorial help a little? How about buy me a cup of coffee?
Please feel free to use the comments form below if you have any questions or need more explanation on anything. I do not guarantee a response.
IMPORTANT: You must thoroughy test any instructions on a production-like test environment first before trying anything on production systems. And, make sure it is tested for security, privacy, and safety. See our terms here.
tags cloud
popular searches
free download for mysql database server 5.1.5, bison, gearman, source code, php, install cairo, laptop, mysql, java, linux, install mysql, mysql initialization, mysql mysql, tools, ubuntu
Comments (write a comment):
0 comments so far. Be the first one to leave a comment on this article.
leave a comment