Jump to content

Apache install problem Freebsd 9.2


Recommended Posts

When i start apache " /usr/local/etc/rc.d/apache24 start" i have this problem.

 

 

97Rmb.png

 

I have the libiconv.so.2 but the directory is bad.

 

I have them in this directory:

 

/usr/local/lib/libiconv.so.2

 

Do you know in what directory i must put them? 

I use freebsd9.2 64bits.

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

converters/iconv          Charset conversion library and utilities
converters/iconv-extra    Additional charsets for the iconv library (those from the Unicode site)
converters/iconv-rfc1345  Additional charset modules for the iconv library (from RFC1345)
converters/libiconv       A character set conversion library

pkg install converters/iconv
pkg install converters/iconv-extra
pkg install converters/iconv-rfc1345
pkg install converters/libiconv

or

cd /usr/ports/converters/iconv && make install clean
cd /usr/ports/converters/iconv-extra && make install clean
cd /usr/ports/converters/iconv-rfc1345 && make install clean
cd /usr/ports/converters/libiconv && make install clean

:D

Succes .:D

  • Love 3
Link to comment
Share on other sites

converters/iconv          Charset conversion library and utilities
converters/iconv-extra    Additional charsets for the iconv library (those from the Unicode site)
converters/iconv-rfc1345  Additional charset modules for the iconv library (from RFC1345)
converters/libiconv       A character set conversion library

pkg install converters/iconv
pkg install converters/iconv-extra
pkg install converters/iconv-rfc1345
pkg install converters/libiconv

or

cd /usr/ports/converters/iconv && make install clean
cd /usr/ports/converters/iconv-extra && make install clean
cd /usr/ports/converters/iconv-rfc1345 && make install clean
cd /usr/ports/converters/libiconv && make install clean

:D

Succes . :D

 

 

 

When i doo this commands its say: "Permission Denied"

 

hIugd.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

Thank for you help bro.

 

I solved this problem. If somebody have this problem:

4XyCc.png

 

There is a solution:

 

1. pkg update    
2. pkg upgrade (Y)    
3. go /usr/local/etc/ and Delete pkg.conf    
4. pkg_add -r portupgrade    
5. /usr/local/sbin/portupgrade -a

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.