Displaying 9 results from an estimated 9 matches for "lpath".
Did you mean:
path
2003 Sep 18
1
modified include-from file not taken into account.
Hello list,
Using rsync 2.5.6 on Solaris 7/8 boxes:
I was happily running this script via crontab:
$ more webrsync.ksh
#!/bin/ksh
# @(#) File synchronization across hosts using rsync
#Description :
#
# Created : 4 September 2003
# Author : Loris Serena
set -x
LPATH=/usr/local/bin
for i in 1 3 4 5 6 7 8
do
${LPATH}/rsync -azvv -e ${LPATH}/ssh --stats
--include-from=/opt/pictures/rsync-include /usr/local/apache/htdocs/
ppukweb${i}:/usr/local/ap
ache/htdocs/ > /opt/pictures/webrsynclogs/ppukweb${i}.`date
+%m.%d.%H.%M` 2>&1
done
$
with the fol...
2009 Feb 20
4
openssh-5.1p1 configure failure
Hi
If I try to run configure for openssh-5.1p1 with --wtih-selinux option
it fails giving the error "selinux support requires selinux library"
all of the below also dont work
a) --wtih-selinux
b) --wtih-selinux=path of cross complied library
c) LDFLAGS=-Lpath of cross complied library
if I remove --wtih-selinux option I am able to everything is fine.
How to solve this error?
Thanks for your time
Regards
Basavaraj
2004 Aug 06
2
Client auth with mysql
...and when you call a source say, /foo.mp3?url-field=something
It'll put the something in the sql query.
It should be connection loss tolerant, but I'm not sure about it :-)
For those wanting to try it, you'll have to have mysql/mysql.h in your
include path, and to add -llibmysqlclient -Lpath to have it compile :-)
If I had known a bit of autoconf & Co, I'd have added a --with-mysql with
proper #ifdef things to comment out my mess, but I don't, if you have a hint
on that, I'll happily do it :-)
ps: all and every comment welcome ;-)
--
Mathieu Arnold
--- >8 ----
Lis...
2013 Jun 11
2
[LLVMdev] how to opt -load on cygwin
...:= $(filter-out Hello, $(PARALLEL_DIRS))
endif
On the other hand, I found old suggestions to use
configure --enable-shared --disable-embed-stdcxx
and then link a pass to LLVM dynamic library, using the following Makefile
for the pass:
...
LOADABLE_MODULE=1
include $(LEVEL)/Makefile.common
LIBS+=-Lpath-to-LLVM -lcygLLVM-3.4svn
I'm able to build the mypass.dll which is linked against cygLLVM-3.4svn.dll.
However, opt load still fails (has no effect).
Are opt plugins still supported for Cygwin target?
Kind Regards,
Sergey Yakushkin
-------------- next part --------------
An HTML attachment wa...
2004 Aug 06
0
Client auth with mysql
...ce say, /foo.mp3?url-field=something
>It'll put the something in the sql query.
>
>It should be connection loss tolerant, but I'm not sure about it :-)
>
>For those wanting to try it, you'll have to have mysql/mysql.h in your
>include path, and to add -llibmysqlclient -Lpath to have it compile :-)
>If I had known a bit of autoconf & Co, I'd have added a --with-mysql with
>proper #ifdef things to comment out my mess, but I don't, if you have a hint
>on that, I'll happily do it :-)
>
>ps: all and every comment welcome ;-)
>--
>Mathieu...
2004 Aug 06
0
Client auth with mysql
....mp3?url-field=something
|> It'll put the something in the sql query.
|>
|> It should be connection loss tolerant, but I'm not sure about it :-)
|>
|> For those wanting to try it, you'll have to have mysql/mysql.h in your
|> include path, and to add -llibmysqlclient -Lpath to have it compile :-)
|> If I had known a bit of autoconf & Co, I'd have added a --with-mysql with
|> proper #ifdef things to comment out my mess, but I don't, if you have a
| hint
|> on that, I'll happily do it :-)
|>
|> ps: all and every comment welcome ;-)
|>...
2018 Dec 11
3
Using LLD to link against third-party libraries? How?
How do I use LLD to link against third-party libraries? I've tried providing the full path along with the library name in the same argument with the -L flag (i.e. -L path/to/library.lib) without success. I really want to know how I can do this. Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 May 31
1
Phrase Query vs AND Query? Why don't these find the same things?
...fter-hover.gif 1 1
TYPE:0 1 1
here is what my test program outputs with the AND QUERY
the numbers in the [] after the LP: prefixed terms are thier posting
postiions
found 1
DOCID:1
PPATH:/wfs/0/+/D/0+DM0wZ6y_mHubbNJjQXrgqW64s=/table-
add-column-after-hover.gif/12345678-1234-1234-1234-1234567890ab
LPATH:/backup/c:/program files/Mozilla Firefox/res/table-
add-column-after-hover.gif
CDATE:1135755971 (Wed, 28 Dec 2005 07:46:11 GMT)
ETAG:DA39A3EE5E6B4B0D3255BFEF95601890AFD80709
LANG:en
LEN:0
LP:Mozilla Firefox [4]
LP:backup [1]
LP:c: [2]
LP:program files [3]
LP:res [5]
LP:table-add-column-after-hover....
2004 Aug 06
0
Client auth with mysql
...It'll put the something in the sql query.
|> |>
|> |> It should be connection loss tolerant, but I'm not sure about it :-)
|> |>
|> |> For those wanting to try it, you'll have to have mysql/mysql.h in your
|> |> include path, and to add -llibmysqlclient -Lpath to have it compile
|> |> :-) If I had known a bit of autoconf & Co, I'd have added a
|> |> --with-mysql
| with
|> |> proper #ifdef things to comment out my mess, but I don't, if you have
|> |> a
|> | hint
|> |> on that, I'll happily do it :-)
|> |...