similar to: a <blush> build/install question

Displaying 20 results from an estimated 2000 matches similar to: "a <blush> build/install question"

2004 Feb 17
0
obsolete update blush call.
The ext3 check on boot, kernel 2.6.2-*, complains about this. How do I fix it?
2005 Sep 05
3
An alternate "dovecot-auth" daemon using cyrus-sasl
We use dovecot in a heterogeneous environment (Windows/Linux desktops and Linux servers). For unified authentication we use a sheaf "Samba/Openldap" (i.e., Samba NT domain with openldap backend and pam/nss_ldap for Linux). Windows users are authenticated well everywhere, but there is one old issue. As "SPA" (NTLM) against NT domain is not supported by dovecot, it is
2011 Mar 23
12
Cyrillic works "HALF"-good with wine
Hello, here is my problem: I have Wine-1.2.2 (on Ubuntu 10.10) and I'm trying to run windows application (writted on Visual Fox Pro 9 ) my command line is: Code: LC_ALL="ru_RU.UTF-8" wine shop.exe (without LC_ALL an error "Collating squesnce RUSSIAN not fund" ) In this case wine shows normalyy most of the windows and textboxes, and the MAINMRNU. But SUBMENUS are shown
2004 May 14
0
SuSE & Zaptel Compilation errors
Hi, Thanks for giving me a detailed reply on hardware needs steven. I have been looking at the archives in detail and found a few people have had problems with zaptel compilation on suse(kernel-source-2.4.19.SuSE-342 // gcc 3.2.2 ) ... is shifting to red hat the only viable scenario...would be a pain cuz suse comes with sun java desktop system( just bought it !! ) ... any fixes would be a
2007 Sep 26
2
blackberry with imap idle and concurrent connections
Hello - I've combed the wiki and archives a bit and can't seem to find what I am lookng for. It seems that BlackBerry Internet server has an issue with IMAP accounts along with IDLE and concurrent connections. Please see the following link (sorry it's fairly long):
2012 Aug 08
13
[PATCH] tools: don't expand prefix and exec_prefix too early
A comment in tools/configure says that it is intended for these to be command line overridable, so they shouldn''t get expanded at configure time. The patch is fixing tools/m4/default_lib.m4 as far as I can see myself doing this, but imo it is flawed altogether and should rather be removed: - setting prefix and exec_prefix to default values is being done later in tools/configure anyway
2011 Oct 18
18
make install not creating lib entries in /usr/lib under Ubunu 11.10
I am building xen-unstable (23860:a422e2a4451e) on Ubuntu 11.10. I noticed that the "make install" does not create lib entries in /usr/lib/. I see them only in /usr/lib64/. This is causing program like xenpaging to not find the xenctrl library (error while loading shared libraries: libxenctrl.so.4.2: cannot open shared object file: No such file or directory) Is this expected behavior or
2007 Oct 22
1
Help! bad cyrillic font rendering
Good Day! I have a problem with rendering of cyrillic font in one window. Everything is fine in others windows of the same program. I've tried to copy fonts from Windows, where this program works, but it doesn't help. LANG=ru_RU.UTF-8 I runned wine with "WINEDEBUG=trace+font,trace+dialog": ... trace:font:CreateFontIndirectW (-21 0 0 0 31 3 2 1 204) L"Courier New" Bold ?
2010 Sep 23
1
[resent][PATCH/liboggz] Fix an issue with the symlinks for pre-0.9.9 tool names
When files with pre-0.9.9 tool names exists in $(exec_prefix)/bin, "make DESTDIR=${staging_dir} install" tries to delete them, which may cause a failure for lack of permissions (quite likely to happen when building a package as a normal user), and is wrong anyway (nothing outside of DESTDIR should ever be changed by "make install"). With this patch, it will now cd to
2006 Jul 17
3
libvorbis 1.1.3
hey, i am running freebsd and i?ve got the following problem with installing icecast 2.3.1. (libxslt-1.1.0 and libogg 1.1.3 is installed) but when i am trying to install libvorbis 1.1.3 i always get this message: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Package ogg was not found in the pkg-config
2002 Jan 18
5
contrib/solaris/opensshd.in patch
This patch adds the seatbelts which _only_ kill parent sshd procs... -RMallory (eg: when you ssh into a machine and pkgadd the new openssh, it will not kill your current (or anyone else's sshd session) onanother_note: the buildpkg.sh could use some exec_prefix functionality... to deal with ./configure --prefix= --exec_prefix=/usr *** bak/opensshd.in Fri Oct 19 13:36:24 2001 ---
2009 Jan 05
1
New SSL certificate problem
Our DC has been using a Verisign certificate. Over the past year, we've been using a Digicert Wildcard Plus certificate for almost all of our machines, and I wanted to switched over our DC mailserver. I used the following command to generate the CSR and key: openssl req -new -newkey rsa:1024 -nodes -out star_bard_edu.csr -keyout star_bard_edu.key -subj "/C=US/ST=NY/L=ourtown/O=Bard
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22/02/2023 08:41 EET James Brown <jlbrown at bordo.com.au> wrote: > > > > On 22 Feb 2023, at 5:33 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > > > Thanks Aki, that was helpful. When I add that I get: > > > > > > checking for LIBSODIUM... no > > > configure: error: Can't build with libsodium: not
2009 Feb 02
1
Large file problem with version 3.0.34
I have a problem with large files (>2 Gb) in a Debian sarge based system. I install samba 3.0.34 with this configuration: ./configure --with-smbwrapper --with-ldap --with-automount --with-smbmount --with-pam --with-pam_smbpass --with-ldapsam --with-syslog --without-profiling-data --with-quotas --with-sys-quotas --with-libsmbclient --with-acl-support --with-utmp --with-vfs --with-winbind
2007 Oct 10
3
NDOutils ./configure results; do I need gcc?
I am trying to trying to "./configure" NDOutils on a CentOS 4.4 box with a minimal install, but it gives me the following error, which I assume means I need something gcc-related? *********************./configure output ******************** ************************************************************** checking for a BSD-compatible install... /usr/bin/install -c checking build system
2004 Apr 01
1
[LLVMdev] Makefile.config
Hi John, I have attached my Makefile.config. I noticed that I did'nt have SRC_ROOT and OBJ_ROOT variables defined as such in my environment. But I noticed that this is defined in the Makefile.config by default to the same values. All the same, I tried defining both these variables in my .cshrc, but I still get the same error. The main directory for me is /home/llvm, and I have
2015 Feb 03
2
Fwd: Waiting for Reply regarding "TestCases Failure"
---------- Forwarded message ---------- From: Saad Ahmed <ch.saad.ahmed at gmail.com> Date: 3 February 2015 at 21:10 Subject: Waiting for Reply regarding "TestCases Failure" To: Xapian Development <xapian-devel at lists.xapian.org> I have been waiting for reply regarding any further steps to take. Following are the outputs of commands that you asked me to run. All these
2007 Oct 30
1
Difficulty Compiling RSQLite on Solaris x86 Using Studio 12 Compilers
Apologies if this is not the best list on which to ask for help. I have compiled R 2.6.0 using Sun Studio 12 compilers. I can install most CRAN and bioconductor packages that I need, with the exception of RSQLite. Unfortunately this is critical for other packages that I need. I have tried to compile it using R CMD INSTALL to generate a config.log file. I don't know how to fix the reported
2015 Mar 19
4
CBS tags hierarchy
On 03/19/2015 12:23 PM, George Dunlap wrote: > On Thu, Mar 19, 2015 at 12:20 PM, Sandro Bonazzola <sbonazzo at redhat.com> wrote: >> Hi, >> following Cloud SIG example[1] I would like to start defining the CBS tags hierarchy for Virt SIG. >> >> For opening the discussion I suggest: >> >> - virt${release}-common : packages not related to xen or kvm, used
2003 Jun 10
1
Cups / Samba Driver Download question
Hey all!! Sorry about the crosspost but this invoves CUPS and Samba issues. [Samba 2.2.8 / CUPS 1.1.8 / Redhat 7.2 std] I have encountered a small problem (which is due to my own slipup more than anything else). I have "Windows 2000" versions of the Adobe postscript drivers installed on many of my 2000 machines. Now I am wanting to use the CUPS drivers which are "Windows 2000 or