Bugzilla – Attachment 51239 Details for
Bug 115329
Beagle fails on first run of SMP machine
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
beagle-lib64.patch
beagle-lib64.patch (text/plain), 1.27 KB, created by
Stanislav Brabec
on 2005-09-30 12:30:12 UTC
(
hide
)
Description:
beagle-lib64.patch
Filename:
MIME Type:
Creator:
Stanislav Brabec
Created:
2005-09-30 12:30:12 UTC
Size:
1.27 KB
patch
obsolete
>--- Tiles/SimpleRootTile.cs >+++ Tiles/SimpleRootTile.cs >@@ -112,7 +112,7 @@ > string bestdir = System.IO.Path.GetDirectoryName (bestpath); > > string beagled_filename; >- if (bestdir.EndsWith ("lib/beagle")) { >+ if (bestdir.EndsWith ("lib64/beagle")) { > Console.WriteLine ("Running installed daemon..."); > beagled_filename = "beagled"; // Running installed > } else { >--- beagle-0.0.pc >+++ beagle-0.0.pc >@@ -1,7 +1,7 @@ > prefix=/opt/beagle > exec_prefix=${prefix} >-libdir=${exec_prefix}/lib >-dlldir=${exec_prefix}/lib/beagle >+libdir=${exec_prefix}/lib64 >+dlldir=${exec_prefix}/lib64/beagle > > Name: Beagle > Description: We Index Your Life >--- beagle-daemon.pc >+++ beagle-daemon.pc >@@ -1,7 +1,7 @@ > prefix=/opt/beagle > exec_prefix=${prefix} >-libdir=${exec_prefix}/lib >-dlldir=${exec_prefix}/lib/beagle >+libdir=${exec_prefix}/lib64 >+dlldir=${exec_prefix}/lib64/beagle > > Name: Beagle Daemon > Description: We Index Your Life >--- beagled/beagled.in >+++ beagled/beagled.in >@@ -18,7 +18,7 @@ > #export MONO_DISABLE_SHM=1 > > export MONO_GAC_PREFIX="@gacprefix@:$MONO_GAC_PREFIX" >-export LD_LIBRARY_PATH="/opt/gnome/lib/evolution/2.0${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}" >+export LD_LIBRARY_PATH="/opt/gnome/lib64/evolution/2.0${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}" > monogrind=0 > heap_buddy=0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 115329
:
48832
|
48839
| 51239