Author: scheels
Email: 
Message:
Hi

I still have the problem of search.cgi not finding libmysqlclient.so.6. I cannot use 
the directions to fix this given in the faq since I dont have root access on the 
server. But I see there is a file in /bin/ called "udm-config" which contains some 
configurations. Could this file be changed to include the missing path? If so what are 
the changes. (the missing path is /usr/local/mysql/lib/mysql).

Here is the present udm-config -file:


"#!/bin/sh

udmsearch_cflags="-g -O2 -I/home/securityit/mnogo/include      
-I/usr/local/mysql//include/mysql     "
udmsearch_libs="      -L/usr/local/mysql//lib/mysql -lmysqlclient -lm -lz      
-L/home/securityit/mnogo/lib -ludmsearch"
prefix=/home/securityit/mnogo
sysconfdir=${prefix}/etc

usage()
{
        cat <<EOF
Usage: $0 [OPTIONS]
Options:
        [--version]
        [--version-id]
        [--libs]
        [--cflags]
EOF
        exit $1
}

if test $# -eq 0; then
        usage 1 1>&2
fi

while test $# -gt 0; do
  case "$1" in
  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  *) optarg= ;;
  esac

  case $1 in
    --version)
      echo 3.1.11
      ;;
    --version-id)
      echo 30111
      ;;
    --cflags)
      echo_cflags=yes
      ;;
    --libs)
      echo_libs=yes
      ;;
    *)
      usage 1 1>&2
      ;;
  esac
  shift
done

if test "$echo_cflags" = "yes"; then
        echo $udmsearch_cflags
fi

if test "$echo_libs" = "yes"; then
        echo $udmsearch_libs
fi      "


Regards

Scheels 


Reply: <http://search.mnogo.ru/board/message.php?id=1846>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to