ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Anton Farygin <rider@altlinux.com>
To: community@altlinux.ru
Subject: Re: [Comm] LD_LIBRARY_PATH | how make?
Date: Sat, 22 Mar 2003 21:12:28 +0300
Message-ID: <3E7CA78C.5030007@altlinux.com> (raw)
In-Reply-To: <004601c2f090$3e345890$a8a8a8c0@eika>

[-- Attachment #1: Type: text/plain, Size: 971 bytes --]

Dodelup пишет:
> ГОСПОДА!
> 
> Имеется индексатор, создающий индекс для поисковой системы по сайту. До
> сих пор этот индексатор запускался "ручками", а сейчас есть потребность
> запускать его автоматом раз в сутки. Для того чтобы индексатор после
> перезагрузки машины корректно стартовал, ему нужно чтобы он знал где
> лежат необходимые ему библиотеки. Когда индексатор запускался "ручками"
> такой проблемы не было, т.к. я всегда предварительно выполнял команду:
> 
> bash> LD_LIBRARY_PATH=/usr/local/lib; export LD_LIBRARY_PATH
> 
> Но т.к. машина будет перегружаться, то нужно, чтобы индексатор всегда
> знал, где лежат необходимые ему библиотеки.
> 
> ВОПРОС:
> Куда и что нужно прописать, чтобы индексатор ВСЕГДА знал, где лежат
> необходимые ему библиотеки???
> 
> P.S.
> Дистрибутив -- Master 2.2

Напишите для него небольшой враппер на bash:

#/bin/sh
LD_LIBRARY_PATCH=/usr/local/lib <имя программы индексатора>

И запускайте его для индексации.

Rgds,
Rider



[-- Attachment #2: Type: application/pgp-signature, Size: 252 bytes --]

  reply	other threads:[~2003-03-22 18:12 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-22 16:29 Dodelup
2003-03-22 18:12 ` Anton Farygin [this message]
2003-03-22 19:01   ` Dodelup
2003-03-22 19:28     ` Re[2]: " ASA
2003-03-22 19:58       ` Dodelup
2003-03-22 21:19         ` [Comm] Re[4]: [JT] " ASA
2003-03-22 22:02           ` Dodelup
2003-03-22 22:32             ` [Comm] " Michael Shigorin
2003-03-22 22:53               ` Dodelup
2003-03-23  8:21               ` Dodelup
2003-03-23 11:28                 ` Michael Shigorin
2003-03-23 13:13                   ` Dodelup
2003-03-22 19:16 ` [Comm] " Michael Shigorin
2003-03-22 19:38   ` Dodelup
2003-03-22 23:49     ` Dmitry V. Levin
2003-03-23  7:41       ` Dodelup
2003-03-23  9:16         ` Re[2]: " ASA
2003-03-23  9:37           ` Dodelup
2003-03-23  9:49             ` Padukov Vladimir
2003-03-23 10:44             ` Re[4]: " ASA
2003-03-23 11:18               ` [Comm] [JT] " Michael Shigorin
2003-03-23 11:48               ` Re[4]: [Comm] " Dodelup
2003-03-23 13:30                 ` [Comm] Re[6]: [JT] " ASA
2003-03-23 13:50                   ` Dodelup

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E7CA78C.5030007@altlinux.com \
    --to=rider@altlinux.com \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git