Displaying 20 results from an estimated 3000 matches similar to: "also error compiling ices"
2004 Aug 06
1
compiling ices on solaris 9 / sparc
Hello,
I am also trying to get ices working on Solaris.
thanks in advance
ED
<p>4-solaris-64int/CORE -lperl -ldl -lc -L/usr/lib -lxml2 -lz -lsocket -lnsl -lm
-R/usr/local/lib -R/usr/local/lib -R/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE
-R/usr/lib
Undefined first referenced
symbol in file
inet_aton ../libshout/.libs/libices.al(sock.lo)
ld: fatal:
2004 Aug 06
0
compiling ices on solaris 9 / sparc
Hello,
Perhaps foolishly I am trying to migrate my icecast 1.3.12 / ices 0.2.3 /
LAME-3.92 from linux to solaris on sparc. icecast and LAME compiled, but
when I tried to get ices to build the following occurred. I tried to
confirm all needed libs, but must have not found something.
Any help appreciated! Thanks... error follows. -Dave D
$ make
make all-recursive
Making all in libshout
2004 Aug 06
0
FW: Problem with ICES make on Solaris 8 sparc
Hey guys I am running Solaris 8 (sparc), I downloaded
icecast-1.3.12.tar.gz as well as ices-0.2.3.tar.gz. I successfully
installed icecast with your regular ./configure, make , make install. No
problems at all. However when I ran make on ices I got this:
gcc -g -O2 -Wall -o ices ices.o log.o setup.o stream.o util.o mp3.o
cue.o metadata.o id3.o signals.o playlist/libplaylist.a
2004 Aug 06
1
also error compiling ices
More specifically
#define inet_aton(a,b) inet_pton(AF_INET, (a), (b))
into ices/libshout/sock.h
Thanks to the list for giving me this a few weeks back
+-------------------------
+ Dave Dennis
+ Seattle, WA
+ dmd@speakeasy.org
+ http://bauhaus.nu/dion
+-------------------------
On 31 Jan 2003, Karl Heyes wrote:
> On Fri, 2003-01-31 at 11:37, Daniel Knoll wrote:
> > Hey
2004 Nov 02
0
how to call function in ../src/main
Hi, This is Kotien Wu from NIH/NCI.
We want to use R function for our web:
http://cgap.nci.nih.gov
It works for functions in R/R-1.9.1/src/nmath/standalone very well.
We have function GetPvalueForT.c which has
#define MATHLIB_STANDALONE 1
#include <Rmath.h>
double GetPvalueForT ( double t, double deg ) {
return 2 * pt(t, deg, 0, 0);
}
We create GetPvalueForT.i, which has
/* File :
2002 Apr 06
1
Compilation problem and solution on Solaris 2.7
To whoever it may help,
My flavor of Solaris 2.7 was not able to compile rsync 2.5.5 with the
vanilla "./configure; make".
Three functions where missing : inet_ntop, inet_pton, inet_addr
There are replacement inet_ntop and inet_pton in the distribution tree, so
it's easy to change the Makefile and have them compiled and included by a
simple "make". However, the inet_addr
2020 Oct 15
2
how to set smtp-client -> submission_relay_host for IPv4 only?
On 10/15/20 2:02 PM, jeremy ardley wrote:
>> how/where do I configure (just) the dovecot smtp-client -> submission_relay_host to only connect IPv4?
>
> It appears your host has A and AAAA records in your DNS. The clients will try IPV6 first if they see an AAAA record.
>
> If you don't need IPV6 for your host remove the AAAA record. All connections will then only use
2004 Aug 06
0
error compile Shout-2.0.1 on FreeBSD 4.9
Hello, All!
Sorry for my english, I'am from Ukraine.
I trying install Shout 2.0.1 module on my server:
# perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Shout
# make
cp example2.pl blib/lib/example2.pl
cp example.pl blib/lib/example.pl
cp Shout.pm blib/lib/Shout.pm
AutoSplitting blib/lib/Shout.pm (blib/lib/auto/Shout)
/usr/bin/perl
2004 Aug 06
0
Ices0.3 and Perl 5.8.3
Has anyone got Ices0.3 to complile and make under when linking with Perl
5.8.3?
I posted this a while back...but it needs a revival :D
<p><p>I'm sure it's a Perl problem (maybe way I've compiled it?) but here's where
'make' throws down it's gloves and runs off into the distance.
-------------------------------------------------------------------
2004 Aug 06
0
Problems with Ices0.3
With perl 5.8.3, 'configure' is fine but 'make' dies giving
-------------------------------------
/usr/lib/libc_r.so: WARNING! setkey(3) not present in the system!
/usr/lib/libc_r.so: warning: this program uses gets(), which is unsafe.
/usr/lib/libc_r.so: warning: mktemp() possibly used unsafely; consider using
mkstemp()
/usr/lib/libc_r.so: WARNING! des_setkey(3) not present in
2004 Aug 06
0
Problems with Ices0.3 and Icecast
Just a shameless bump incase anyone missed this... :P
<p>>From: "Joe Jones" <joe_jones64@hotmail.com>
>Reply-To: icecast@xiph.org
>To: icecast@xiph.org
>Subject: [icecast] Problems with Ices0.3
>Date: Fri, 12 Mar 2004 15:26:23 +0000
>
>With perl 5.8.3, 'configure' is fine but 'make' dies giving
>
2011 Jan 28
2
klibc 1.5.21-1 and mksh
tags 516774 = patch
tags 516294 = upstream
thanks
Hi!
Please find attached a diff closing #516774 by adding mkstemp(3),
again with a minimalistic pseudo-arc4random(3) behind it. I?ve
revisited the code. An mkstemp testsuite from the ?net shows it
works, except for not caring how many ?X?en are in the template.
Addressing #516294, it allows compiling and linking an mksh from
today?s CVS against
2003 Jul 06
0
Installing RSPerl (PR#3415)
Full_Name: Nisai Wanakule
Version: 1.7.1
OS: Solaris 2.9
Submission from: (NULL) (65.32.94.36)
I tried to install RSPerl with --with-in-perl option and got some errors. R was
built with --enable-R-shlib as indicated in the RSPerl instructions. Here is the
list output during installation:
nisai@lagrange:src 102$ R CMD INSTALL -c --configure-args='--with-in-perl'
RSPerl_0.5-7.tar.gz
*
2004 Aug 06
3
Too many errors .....
Hi Stream-Freaks,
I have an online radio, and very often the stream is broken, in the logfile
is the error message
[17/Jan/2003:16:10:59] [2877:Source Thread] Kicking client 2877
[195.145.211.50] [Too many errors (client not receiving data fast enough)]
[listener], connected for 13 minutes and 55 seconds, 5196648 bytes
transfered. 0 clients connected
I don't know how. The Client has a 2Mbit
2004 Aug 06
2
Trouble compiling ices
Any help would be appreciated, not sure why this isn't compiling:
Redhat 7.2
[root@jasmine ices-0.2.2]# ./configure --with-lame
loading cache ./config.cache
Building ices 0.2.2...
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
2006 Oct 31
0
PSARC 2005/738 SSG-Availability Feature Set 2 APR
Author: ayznaga
Repository: /hg/zfs-crypto/gate
Revision: e3fd1c8e561df6513f95dba9c1ab58f4690d3354
Log message:
PSARC 2005/738 SSG-Availability Feature Set 2 APR
PSARC 2005/748 FMA for UltraSPARC DataPath
6229087 SPARC CPU/Mem DE should track DIMM serial numbers on Serengeti/Starcat
6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms
6281113 RFE: AVL-FS2:
1998 May 12
0
R-beta: R-0.61.3 with readline]
Jan Kutylowski <janku at ifi.uio.no> writes:
> Hi,
>
> Originally on Solaris I get
>
> checking for main in -lreadline... no
>
> and also
> checking for readline/history.h... no
>
Um, I think you said that the 1st one gave "yes" first time around???
> You kindly suggests:
>
> <I bet the problem is that gcc cannot find the include
2014 Dec 15
2
[PATCH v2 0/1] p2v: avoid connecting to ourself while probing qemu-nbd
Changes since v1:
- Set probing source port to be nbd_local_port+1 instead of always
using 50124 to deal with multi-disk scenario.
- Set SO_REUSEADDR on client socket to avoid issues with old
connections in TIME_WAIT.
I've been running this for a few hours now using the updated
multi-disk test and haven't seen any problems.
2006 Oct 31
0
6286816 page_numtopp_nolock is inefficent
Author: kchow
Repository: /hg/zfs-crypto/gate
Revision: 6c5e7d7096ce47499922b13d2536fb929f6c843f
Log message:
6286816 page_numtopp_nolock is inefficent
6288107 Missing comment terminator in i86pc/ml/locore.s
6290613 high page_get_cachelist failure rate on jurassic
6297005 performance issues with page_nextn()
Files:
update: usr/src/uts/common/os/mem_cage.c
update: usr/src/uts/common/sys/cpuvar.h
2006 Oct 31
0
6252398 Fire 2.0 Power Management support
Author: jchu
Repository: /hg/zfs-crypto/gate
Revision: 892c8f0a5eb063091eeecc146358651d83fc4d2f
Log message:
6252398 Fire 2.0 Power Management support
Files:
update: usr/src/uts/sun4/io/px/pcie_pwr.c
update: usr/src/uts/sun4/io/px/pcie_pwr.h
update: usr/src/uts/sun4/io/px/px.c
update: usr/src/uts/sun4/io/px/px_lib.h
update: usr/src/uts/sun4/io/px/px_space.c
update: