Error including libraries: Can
t locate /links/cgi-bin/admin/db.pl in @INC (@INC contains: /home/4youmart/links/cgi-bin/admin /usr/lib/perl5/i386-linux/5.00404 /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux /usr/lib/perl5/site_perl .) at /home/4youmart/links/cgi-bin/admin/admin.cgi line 28.
Make sure they exist, permissions are set properly, and paths are set correctly
------------------------------------------------
À§¿Í °°Àº ¿¡·¯°¡ ³ª´Âµ¥¿ä...
¾Ï¸¸ºÁµµ links.cfg¿¡¼´Â À߸øµÈ°Ô ¾ø´Â°Í °°Àºµ¥¿ä.
¼öÁ¤ÇÑ ³»¿ëÀº ÀÌ·¸½À´Ï´Ù.
# Paths and URL
s to Important Stuff
# --------------------------------------------------------
# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/links/cgi-bin/admin";
$db_dir_url = "
http://www.4youmart.com/links/cgi-bin/admin";
# URL of User CGI directory. No Trailing Slash.
$db_cgi_url = "
http://www.4youmart.com/links/cgi-bin";
# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/links/pages";
$build_root_url = "
http://www.4youmart.com/links/pages";
--------------------------------------------
¶ÇÇϳ À̸ÞÀÏ ¼Â¾÷ºÎºÐÀÔ´Ï´Ù.
¾Æ·§ºÎºÐÀº ¾î¶²°É Á¶Á¤ Çϳª¿ä?Á˼ÛÇÔ´Ï´Ù.
# Email Options
# --------------------------------------------------------
# NOTE: Be sure to edit the text of the message. It can be found
# in the templates directory: email-add.txt, email-del.txt and
# email-mod.txt respectively.
# Set only ONE of either $db_mail_path which should go to a
# mail program like sendmail, or $db_smtp_server which will use
# a SMTP server. Do not set both at once!
# PATH of sendmail. # SMTP Server
$db_mail_path =
; $db_smtp_server =
;
# Email address of the administrator. BE SURE TO SET!
$db_admin_email =
;