Displaying 20 results from an estimated 6000 matches similar to: "Problems when compiling actual sources ..."
2006 Mar 13
3
unit tests executed for every page load ?
After I installed the very sweet file_column plugin I get strange output
on my html pages. At the very end I always get something like this:
"Loaded suite dispatch.cgi Started Finished in 0.000218 seconds. 0
tests, 0 assertions, 0 failures, 0 errors "
Seems like there is executed a non existent test suite for every page
load. Can anybody help me find the lines that force this
2006 Apr 11
1
Implementing Optimistic Offline Lock - How ?
I understand that ActiveRecord supports the "optimistic offline
lock"-pattern through magic fields (created_at, updated_at). However, a
scaffolded CRUD-Controller doesn''t generate the necessary code to
support this feature (the model state gets lost between two action
calls).
What is the best practice to prevent users from overwriting objects with
outdated data ?
--
2023 Apr 21
2
Samba shares and samba server residing on different physical machines
On 21/04/2023 15:11, E Kogler via samba wrote:
> Hi fellow Members!I'm Systems administrator at a school using SAMBA 4 as AD DC.
> As you know, WIN11 is at the doorstep and my "old" Samba4 Server (4.9) doesn't serve Windows Servers (Server 2019) very well,
> e.g. the latest issue is that the domain administrator cannot access the GPO's or other informations from the
2023 Aug 23
1
Samba shares and samba server residing on different physical machines
Dear List,finally my new Samba 4.17.9 is up and runnig on the desired machine with all the FSMO roles transferred and the old DC demoted.
What I want to know now is how the smb.conf on my new DC should look like.Is it only copy the smb.conf used so far to the new machine, does it stay on the old machine ??
How do i write the path for the shares ?How are my users transferred ? ( Has it been done
2018 Feb 17
2
Problem installing libxml2 under Homebrew
i am trying to install xml2 from CRAN, and it is throwing an error
that it cannot find the libxml2 library configuration.
The thing is that pkg-config seems to be set up correctly:
$ echo $PKG_CONFIG_PATH
:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig
$ pkg-config --cflags --libs libxml-2.0
-I/usr/local/Cellar/libxml2/2.9.7/include/libxml2
2010 May 19
2
yum install
I have centos 5.4 and trying the command "yum install yum-utils", it
gives me an error. I tried the "yum clean all"
and the did the command again with same message.
I only have [base] and [updates] in the repo.
yum install yum-utils
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.nexcess.net
* updates: mirrors.gigenet.com
base
2013 Apr 29
1
Java client error on Windows 7 64 bit for Libvirt on KVM
Hi,
I need some help in building a Java client on Windows 7 64 bit plaftorm to manage a KVM using the libvirt APIs. Using the instructions at http://libvirt.org/java.html, i was able to build libvirt.jar. My understanding is that libvirt.jar uses JNA to call libvirt's native windows library. I tried using the libvirt dlls in the experimental Windows installation package mentioned in
2019 May 01
3
Fix builds on MacOS Mojave [patch]
Hi!
I get build failures on Macos 10.14 Mojave.
How-to-repeat:
$ git clone <llvm-project>
$ cd llvm-project && mkdir build && cd build
$ cmake -G"Unix Makefiles" ../llvm
$ make # or "make -j${N}"
:
Building
:
In file included from /Users/marmur02/git/llvm-project/llvm/lib/WindowsManifest/WindowsManifestMerger.cpp:20:
In file included from
2008 Apr 26
4
for installation help
<!--
@page { size: 8.5in 11in; margin: 0.79in }
P { margin-bottom: 0.08in }
-->
Dear Mr./Mrs.
I use Linux Fedora 8 and I tried to
install your software for p2p broadcasting. There were some problems.
1. I install successfully
icecast-2.3.1-0.src.rpm (rpm -ivh icecast-2.3.1-0.src.rpm)
2.When I tried to install libxml2 from
http://xmlsoft.org/downloads.html I receive this output:
2005 Jan 10
3
Installation of XML library can't find libxml2.dll
Sorry to ask a (probably) dumb question, but I am trying to install XML
package on Windows XP, R 2.0.1, and I get the error:
"This application has failed to start because libxml2.dll was not found.
Re-installing the application may fix this problem"
> library(XML)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2009 Mar 11
1
configure fail for XML package on freebsd
Hi,
I am having problems installing the XML package with R-devel on
freebsd. If I simply do install.packages("XML"), it says that the
parser.h file is not found. After reading the INSTALL file, I have set
setenv XML_CONFIG /usr/local/bin/xml2-config
setenv LIBXML_LIBDIR -L/usr/local/lib
setenv LIBXML_INCDIR -I/usr/local/include/libxml2/libxml
and install.packages("XML")
2015 May 06
3
[PATCH 0/3] p2v: Add Configure Network button (RHBZ#1167921).
https://bugzilla.redhat.com/show_bug.cgi?id=1167921
2016 Nov 03
1
"make install" fails
I want to install dovecot 2.2.25 on my opensuse 12.3 (yes, I know that this is an old distro).
"./configure, make" run with no problems but "make install" fails with:
[...]
libtool: warning: 'libstats_auth.la' has not been installed in '/usr/local/lib/dovecot/stats'
libtool: install: /usr/bin/install -c .libs/auth /usr/local/lib/dovecot/auth
libtool: install:
2024 May 27
1
how do i modify AD user-attributes in batch-mode ?
I administer users at a school and accidently forgot to add the AD profile-path for 200+ users.
How do i add it using samba-tool using a shell-script ?"samba-tool user edit XYZ" requests manual editing, and I want to avoid doing this.
Edgar
2018 Jan 22
1
[Gluster-devel] configure fails due to failure in locating libxml2-devel
Did you run autogen.sh after installing libxml2-devel?
On Mon, Jan 22, 2018 at 11:10 AM, Raghavendra G
<raghavendra.hg at gmail.com> wrote:
> All,
>
> # ./configure
> <success lines removed>
> configure: error: libxml2 devel libraries not found
>
> # ls /usr/lib64/libxml2.so
> /usr/lib64/libxml2.so
>
> # ls /usr/include/libxml2/
> libxml
>
> #
2018 Jan 22
1
configure fails due to failure in locating libxml2-devel
All,
# ./configure
<success lines removed>
configure: error: libxml2 devel libraries not found
# ls /usr/lib64/libxml2.so
/usr/lib64/libxml2.so
# ls /usr/include/libxml2/
libxml
# yum install libxml2-devel
Package libxml2-devel-2.9.1-6.el7_2.3.x86_64 already installed and latest
version
Nothing to do
Looks like the issue is very similar to one filed in:
2004 Aug 06
4
ices compile problems (again...)
Okay, I did this right months ago, but somehow lost the recipe. I have
libxml and libxml2 installed:
[root@atisha ices-0.2.2]# ls /usr/local/lib
libshout.a libxml2.a libxml.a pkgconfig
libshout.la libxml2.la libxml.la xml2Conf.sh
libshout.so libxml2.so libxml.so xmlConf.sh
libshout.so.1 libxml2.so.2 libxml.so.1
2006 Apr 01
1
libxml2 RPM via yum?
Hi All,
I can't find anything via yum for libxml2. I also, for some reason,
can't get to the source page for libxml2 here,
http://xmlsoft.org/sources/libxml2/
Is there not an RPM via yum for this? Need it for a dependency for
installing PHP from source, which I need to do, for certain reasons. Cheers.
Mark.
2013 Sep 03
4
[LLVMdev] Adding a library to CMake deps
Hi folks,
When cross-compiling LLVM to ARM, using CMake+Ninja, I realized that
libxml2 depends on lzma, but the dependency is not explicit on the
build.ninja file under the "build bin/c-index-test"'s LINK_LIBRARIES (which
is the only one that cares about it).
I couldn't find the place to add -llzma into the deps, and the only mention
of libxml2 is in config-ix.cmake:
2011 Mar 14
2
CentOS 5.5 php configure errors
I am attempting to install odbtp on my newly created lamp server running
CentOS 5.5 and php 5.2.17. The odbtp compile failed looking for lots of
zend related files supposedly in the php install dir. I learned from the
odbtp project forum that I need to run configure in the php source
directory.
So I downloaded the php 5.2.17 source and ran ./configure and got these
results:
root at myserver