Displaying 20 results from an estimated 2000 matches similar to: "Compiling problems"
2003 Jul 04
1
Asus onboard sound problem
Hi! I have a Asus P4C800 Deluxe motherboard with an onboard sound
card. According to the mb. spec it's a ADI AD1985 SoundMAX 6-channel
CODEC, AC'97 chipset. I'm running FreeBSD 5.1R and have device pcm
in my kernconf.
The only thing I see in dmesg output related to the card is
pci0: <multimedia, audio> at device 31.5 (no driver attached)
Full dmesg output available
2003 Sep 16
2
buildworld tries to write to DESTDIR?
Hi!
I'm trying to cross-compile 4.8-STABLE world to install
it over NFS later.
I have ./make.conf:
# start of file
CPUTYPE=i486
KERNCONF?=CONS
MODULES_WITH_WORLD=true
DESTDIR=/mnt/cons
# end of file
I run:
dir=`pwd`
make __MAKE_CONF=$dir/make.conf buildworld 2>&1 | tee $dir/bw.log
It fails:
===> gnu/usr.bin/groff/contrib
===> gnu/usr.bin/groff/contrib/mm
sh
2003 Aug 12
2
Upgrade to 4.8 STABLE - Root mount failed: 6
I am trying to upgrade my system from 4.7RELEASE to 4.8STABLE. I have
followed the instructions from the manual:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
Right now, I am on step 21.4.8 Reboot into Single User Mode. I have compiled
my new kernel, and I was trying to reboot into single user mode to test the
new kernel. When I do this, I get the following error
2003 Nov 02
2
evolution mail client
Hi, I just wanted to know if anyone else is encountering error when
compiling Evolution on FreeBSD 4.8 or 4.9. I have problems compiling e-
util section of this port.
2003 Sep 02
1
4.9 Pre-Release build weirdness
After cvsupping, when I built world, it errored out with an error 134.
I mv /usr/src /usr/src.old
and cvsupped again... tried a buildworld, still an error 134
I "make kernel" and all went well
After rebooting, I made world .. all went well
I cp'd my custom kernel source to /usr/src/sys/i386/conf and made kernel
ALL went well... I rebooted, did a mke world from /usr/src and all went
2003 Aug 14
1
FW: Kernel
Doug,
I remove ed config from rc.conf and system boots up without any error
messages. When I try to config interface manually (ifconfig ed0 ***) then
I saw it again. Is it ifconfig problem?
Andris
> Hm, well you were right, the ed and miibus drivers are compiled in.
>
> For giggles you might try removing any ifconfig_* lines in rc.conf,
> booting, then running 'ifconfig -l'.
2008 Jan 10
1
Linux disk quota support
Dear Listmembers,
I installed samba-3.0.28 and configured --with-quotas, but I don't seem
to be getting quota support. Is there a description on how to do quotas
with samba? Is there something I should know about besides the
configuration
option --with-quotas?
Thank you,
Emre Brookes
--------example-----------------
Last login: Fri Jan 11 16:44:19 2008 from localhost
Linux 2.4.33.3.
2004 Aug 06
1
termcapsupport not found
I try to make an asterisk system and downloaded and unzipped the file asterisk-1.0-RC1.tar.gz.
When I do the first make I got the following messages:
.....
checking for tgetent in ltermcap.......no
checking for tgetent in ltinfo.......no
checking for tgetent in lcurses.......no
checking for tgetent in lncurses.......no
configure: error: termcapsupport not found
make: *** [editline/libedit.a] Error
2018 Aug 02
2
Managesieve stopped working - Undefined symbol "i_stream_read_memarea"
> On 02 August 2018 at 16:08 Henrik Larsson <dovecot-user at spambox.dk> wrote:
>
>
> On 15-07-2018 11:42, Henrik Larsson wrote:
> > After upgrading Dovecot to 2.3.2.1 and Pigeonhole to 0.5.2,
> > managesieve stopped working.
> >
> > I'm using FreeBSD ports tree, to build these. Only domains have been
> > modified in below output.
> >
2010 Apr 09
1
RHEL 5 compilation of Samba 3.5.2, termcap library problem, use '--no-as-needed'
There have been various reports of the difficulties compiling Samba
3.5.x on RHEL 5 and other older operating systems, due to the failure
to correctly load the 'termcap' libraries. The issue is described in
various sources as involving the automaticlaly included GCC option:
'--as-needed' failes to detect the dependencies and add the termcap
library.
There are two graceful fixes
2018 Aug 02
1
Managesieve stopped working - Undefined symbol "i_stream_read_memarea"
> On 02 August 2018 at 16:22 Henrik Larsson <dovecot-user at spambox.dk> wrote:
>
>
> On 02-08-2018 15:16, Aki Tuomi wrote:
> >> On 02 August 2018 at 16:08 Henrik Larsson <dovecot-user at spambox.dk>
> >> wrote:
> >>
> >>
> >> On 15-07-2018 11:42, Henrik Larsson wrote:
> >> > After upgrading Dovecot to 2.3.2.1
2017 Jul 22
3
Compaq R3000h support
Hi List.
I have an old Compaq 3000 (Eaton 5119).
It is running servers, disk-arrays, one workstation etc.
I am planning to install NUT (master) on a headless CENTOS 6.8 system.
Connect the UPS with seral cable.
Now my main question is, Does NUT support the power segments on the UPS.
My intention is to be able to take down the system in an ordered way before the batteries are exhausted.
I.e
5 mins
2011 Oct 18
1
"doveadm log reopen" don't reopen separate lmtp log
I still see the issue below. Is there anyone running separate LMTP
logging that could check if they experience the same issue?
Best regards
Henrik Larsson
-------- Original Message --------
Subject: "doveadm log reopen" don't reopen separate lmtp log
Date: Sun, 25 Sep 2011 00:23:49 +0200
From: Henrik Larsson <dovecot-user at spambox.dk>
To: dovecot at dovecot.org
Dear all
2014 Nov 06
1
Re: [PATCH] Use -ltinfo instead of -lncurses.
On Thu, Nov 06, 2014 at 01:34:24PM +0100, Pino Toscano wrote:
> Given that three AC_CHECK_LIB checking for ncurses are now gone,
> wouldn't it better to explicitly search for it prior to searching for
> readline?
According to https://bugzilla.redhat.com/show_bug.cgi?id=499837
readline can be linked against either ncurses or termcap.
No modern system would prefer termcap, and
2003 May 02
5
Termcap support not found
Make sure you have libtermcap and libtermcap-devel loaded..
To check use
#rpm -q libtermcap
and
#rpm -q libtermcap-devel
I have an install guide for RH9 in PDF format if you are interested..
Later..
> Hello, I am trying to install asterisk and get this error.
>
> creating cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc ) works... yes
2005 Mar 10
4
Compiling Asterisk On SUSE 9.2
Dear all,
I have tried to compile * 1.0.6 (downloaded from the digium site, in the
right sequence - zaptel, libpri, asterisk) on two different machines
running SUSE 9.2.
The problem comes during some preliminary checks:
checking for ar... /usr/bin/ar
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... no
checking for tgetent in
2004 Nov 15
2
100.chksetuid in /etc/periodic/security resets the mashine
Hello, kolleages!
I have a problem.
When I (or system) start the script 100.chksetuid in
/etc/periodic/security my machine resets.
The machine:
Timecounter "i8254" frequency 1193182 Hz
CPU: Intel(R) Xeon(TM) CPU 3.06GHz (3056.82-MHz 686-class CPU)
System version:
FreeBSD 4.10-STABLE #0: Mon Nov 8 06:50:54 PST 2004
I will glad to have help.
Thank you in advance.
--
Andrei
2003 Jul 02
1
Error mounting filesystems with mount command
Hi,
Built a new world, everything went fine, except now it will not mount
file systems on boot.
4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Jul 2 02:21:55 BST 2003
On further investigation the mount command gives this error:
mount: getmntinfo: Unknown error: 0
I have searched through the mail lists and other sources to find an answer, at
first I thought it might have been a new kernel option I had
2003 Jul 03
1
No subject
Hi Doug,
>>
>> 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Jul 2 02:21:55 BST 2003
>What did you upgrade from?
It was 4.8 Stable at around the beginning of June before I rebuilt.
>> mount: getmntinfo: Unknown error: 0
>I wonder if this is a busted mount binary, or you didn't upgrade kernel +
>world. Can you boot with the old kernel (kernel.old) successfully?
It was a
2003 Jul 08
1
Disk Controller Support
Hello!
Does the latest 4.8-stable support the SiS 648 disk controller?
I see its not listed in the hardware document for 4.8-release but I am
hoping support has since been added in.
I do see its supported in 5.x but I don't wish to use that version
yet.
Does any one know?
Thanks
Holt
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!