similar to: Compiling issues on IRIX (run!)

Displaying 20 results from an estimated 100 matches similar to: "Compiling issues on IRIX (run!)"

2002 Jun 15
4
[Bug 276] openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
http://bugzilla.mindrot.org/show_bug.cgi?id=276 ------- Additional Comments From stevesk at pobox.com 2002-06-15 14:26 ------- this is what i asked in a message a while back; can an IRIX expert help here? "should we be using a UNIX95 (or whatever) namespace for IRIX? what happens with D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1" ------- You are receiving this
2004 Aug 06
2
libshout2 compiling problems under FreeBSD?
----- Original Message ----- From: "Michael Smith" <msmith@xiph.org> To: <icecast-dev@xiph.org> Sent: Wednesday, June 04, 2003 3:47 PM Subject: Re: [icecast-dev] libshout2 compiling problems under FreeBSD? <p>> Whilst there may well be problems, there are no _known_ problems, and we > certainly won't be able to fix them unless you actually tell us what the
2008 Feb 27
2
Trouble compiling trunk snapshot
Hi, We're having some problems with streamed metadata and I thought I'd see if upgrading Icecast would fix it. This box is running rather old software including Icecast 2.2.0 and I wasn't planning on upgrading it, but I think this is a good reason to try. I also have it built in a non-standard place so this may be a build issue. due to older versions of automake etc, I got the
2008 Feb 27
0
Trouble compiling trunk snapshot
Geoff Shang wrote: > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -pthread -g -O2 -c sock.c > -Wp,-MD,.deps/libicenet_la-sock.TPlo -fPIC -DPIC -o > .libs/libicenet_la-sock.o > sock.c: In function `sock_get_server_socket': > sock.c:702: `IPV6_V6ONLY' undeclared (first use in this function) > sock.c:702: (Each undeclared identifier is reported only once > sock.c:702:
2004 Aug 06
1
[PATCH] IceCast2 - aliasing (reimplementation of the patch I posted earlier)
Reimplementation of my earlier patch - more proper aliasing - at the suggestion of Mike -Paul -------------- next part -------------- diff -ur icecast/CVS/Entries IceCast/CVS/Entries --- icecast/CVS/Entries 2003-04-18 11:00:19.000000000 -0400 +++ IceCast/CVS/Entries 2003-04-17 22:14:16.000000000 -0400 @@ -1,4 +1,3 @@ -/.cvsignore/1.3/Wed Jan 15 05:36:15 2003// /AUTHORS/1.2/Fri Aug 9 15:55:01
2004 Aug 06
0
[PATCH] IceCast2 - socket-based default mount
I wrote a patch which makes client connections retain info about which socket they connected to - this way, you can change the server's behavior based on which <listen-socket> is being connected to. In addition, I added a field to the <listen-socket> section of the config file called <default-mount> which specifies a default file in the case that one isn't specified (it
2004 Aug 06
0
Icecast drop in replacement for shoutcast
Thanks for the info. I checked the config.log and I got this information. configure:9311: checking for xsltParseStylesheetFile configure:9361: gcc -o conftest -O20 -fsigned-char -D_REENTRANT -I/usr/local/inc lude -I/usr/local/include/libxml conftest.c -lpthread -L/usr/local/lib -lxsl t -lxml2 -lz -liconv -lm >&5 ld: -lpthread: no match collect2: ld returned 1 exit status It seems
2016 Feb 18
0
Use opus-tools on Android
Hello. I'm trying to use opus-tools on Android to encode wav data but I couldn't build it. I need to resample my raw data so opusenc does its job. Is it possible to use opus-tools on Android? OPUS is the first citizen in my app but not sure which flags I need to add to build this. LOCAL_CFLAGS := -w -std=gnu99 -O2 -DNULL=0 -DSOCKLEN_T=socklen_t -DLOCALE_NOT_USED -D_LARGEFILE_SOURCE=1
2004 Aug 06
3
src/net/resolver.c patches for better IPv6 resolution
[caution: this is an IPv6 e-mail address. if you don't have IPv6-capable mail then best keep replies on the list only] > >existing getipnodebyname() call fails with IPv4 on my machine)... > Well, if you can make it work properly - send your patches in, please. The following enhancements to src/net/resolver.c (which looks identical across icecast, ices, libshout, and who knows what
2004 Aug 06
3
libshout2 compiling problems under FreeBSD?
Hi, I couldn't find anything about this subject from archive - are there known problems with compiling libshout2 under FreeBSD 5.1 or 4.8 (both are up to date). I downloaded libshout2 latest nightly snapshot and tried to compile it on 5.0 and then later on 4.8. Both failed (problems were mostly around sock.c, sock.h, resolver.c - redeclaring and syntax errors). Thinking that it might be a
2004 Mar 04
1
15 minute favor?
Anyone have 15 minutes on a development installation of ocfs 1.0.9-12 to do me a favor? Follow these 8 steps and see if you have the same problem I'm having? It doesn't look to me like a hardware issue but if someone else does NOT have the same problem then I can rule ocfs out. 1. install ocfs-2.4.9-e-enterprise-1.0.9-12 and 1.0.9-12 tools 2. create a new filesystem node1# mkfs.ocfs -b
2004 Apr 28
1
Cannot delete directories
Running ocfs v 1.0.9-PROD12 on RHAS 2.1, kernel 2.4.9-e.25smp. I have (what look to ls and rm) as empty directories. But when I try to rmdir, returns "Directory not empty". This has gone through a reboot (several actually). Any ideas what I can do? [root@delphi1 tmp]# ls -l /oradata/u02 total 514 drwxr-xr-x 1 oracle dba 131072 Feb 4 2003 bogus drwxr-xr-x 1 oracle
2007 Apr 25
0
winbind on Solaris 10
Hello, I'm trying to get a Samba to work on a Sun Solaris10 SPARC. The Samba has to be a Domain member in order to use the NT-Users and Groups. So I need winbind. The preinstalled Samba, winbind is not compiled in and the precompiled Samba on sunfreeware.com is nether delivered with the libnss_winbind.so. So I compiled my own one. I tried with 3.0.20a, 3.0.22 and 3.0.24. ./configure
2004 Aug 06
3
Icecast drop in replacement for shoutcast
On Fri, 2003-04-18 at 20:01, Travis Pinney wrote: > I tried the icecast-2.0-alpha-2-20030416.tar.gz file. I am using OpenBSD > 3.2 and it configured ok but it had a problem linking libxslt. I have it > installed > from the ports. Not sure what it is but I am going to check it out. > > Here is the last part of the log. > > checking for xsltParseStylesheetFile... no >
2007 Sep 24
0
Oracle CLusterware fails while runing root.sh
I am installing Oracle Clusterware 10.2.0.1 on Linux 4.5 ES on OCFS2 and ASM. my ocr and oss files are on ocfs2. I got following error while running it. Please let me know what went wrong. -------------------------------------------------------------------------------------------------------------------- [root@linux2 crs]# ./root.sh WARNING: directory '/u01/app/oracle/product' is not
2009 Jan 16
2
Problem setting quotas on a zfs pool
Solaris 10 5/08 Customer migrated to a new emc array with a snap shot and did a send and receive. He is now trying to set quotas on the zfs file system and getting the following error. [root at osprey /] # zfs set quota=800g target/u05 cannot set property for ''target/u05'': size is less than current used or reserved space [root at osprey /] # zfs list -o
2006 Jul 31
2
NT_STATUS_BAD_NETWORK_NAME
Hello, I installed samba 3.0.23 on Fedora Cora 4 and I configured it with this smb.conf file: [global] dos charset = UTF-8 workgroup = OAF_ADMIN server string = OAF Samba PDC Server passdb backend = tdbsam username map = /etc/samba/smbusers password level = 1 log level = 13 log file = /var/log/samba/log.%m max log size = 50
2009 Jun 09
1
Read only configuration.
Hi, I currently I have a Samba share configured as follows: [pub_fileshare] comment = Public fileshare path = /u02/pub guest ok = Yes writeable = Yes There is a subfolder under /u02/pub called /u02/pub/expenses/hardware that I need to make read only. How do I do this? I am new to using Samba. I configured the share /u02/pub/expenses/hardware using the configuration below. This works as it is
2003 May 07
0
Attempt to move a WXP client to another Samba domain.
We have successfully added a windows XP client to the domain on the test network. We are able to logon to the domain, connect to the shares, etc. all is as it should be. We then tried to connect the XP client to the production network (same version of samba, same smb.conf file). No joy. We remove the machine from the test network domain, by joining a false workgroup on the client. Reboot the
2006 Aug 04
3
OCFS2 and ASM Question
Ok guys & gals here is the scenario: 1.) Host RHEL 4 U3 2.6.9-34.0.2.EL 2.) OCFS2 latest version 3.) Successfully formatted & mounted OCFS2 filesystems on 2 nodes /dev/sdb1 /u02/oradata/usdev/voting /dev/sdc1 /u02/oradata/usdev/data01 /dev/sdd1 /u02/oradata/usdev/data02 /dev/sde1 /u02/oradata/usdev/data03 4.) Downloaded & installed ASMLib 2.0 on both nodes 5.) Ran