Sponsored Content
Full Discussion: sblive freebsd support
Special Forums UNIX Desktop Questions & Answers sblive freebsd support Post 24789 by hachik on Wednesday 17th of July 2002 06:13:16 PM
Old 07-17-2002
http://www.opensound.com/
the problem is , it is not free Smilie
 

9 More Discussions You Might Find Interesting

1. Solaris

DLT8000 Support in 2.5.1

Hi Guys, Old OS I know, but does anyone know the patch number (if indeed it is a patch) or know where I can get the drivers to get a HP DLT8000 working under Solaris 2.5.1. Any help, advice (other than upgrade :) ) appreciated. Thanks Marty (0 Replies)
Discussion started by: callmebob
0 Replies

2. UNIX for Dummies Questions & Answers

Ntfs support

hello, I want to acces my other drives(NTFS) on my fedora 6......I had recomplied my kernel to 2.6.23....previously it was 2.6.18.... Also I had loaded driver for ntfs ie.......installed successfully ....fuse + ntfs-3g..... Now I am able to accces my other ntfs drives....... but what i need is... (11 Replies)
Discussion started by: arunchaudhary19
11 Replies

3. AIX

Phone support

We have a 7028 p series server that has a lapsed hardware service contract, and I was attempting to create a billable tech support phone call, and IBM said that they do on site billable only. Is anybody out there aware of reputable third party support companies I might be able to contact. I have... (7 Replies)
Discussion started by: markper
7 Replies

4. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

5. UNIX for Dummies Questions & Answers

Does the FreeBSD 6.3 stable support Sun Fire X4140???

Dear all, I am a newbie learning Unix and doing some experiments. I have searched the FreeBSD world that some guy has reported that FreeBSD 6.x version definitely support Sun Fire X4100 & X4200 M2 or early types. When I am wondering to buy a Sun Fire X4140 which released last year and still... (2 Replies)
Discussion started by: Success_Tree
2 Replies

6. Solaris

user support

We have a very old sun solaris ultra spac system (about 14 years old). We have information stored on it that we reference from time to time because our new software is lacking. The system failed about a week ago and I had to do a hard boot to get it back up. It came up that time, but it failed... (6 Replies)
Discussion started by: kshinn15
6 Replies

7. UNIX for Dummies Questions & Answers

Kernel Support

Hi, I want to learn that all the family of x86 processors are supported by kernel. I want to buy a board, which has VIA ESP10K processor and CHIPSET: VIA CN333 north bridge & VIA VT8237R south bridge Where can I find this? Thanks. (5 Replies)
Discussion started by: yildiz.a
5 Replies

8. Red Hat

Support Script

Hi, I have little experience in Linux, so I ask for help. I need a script to do: 1 .- Compress entire directories (subdirectories-files) to a folder that is / backup. The directory is called / work 2 .- Rename the zip file with the name backupdir_% date%. zip 3 .- Make a MySQL dump and... (1 Reply)
Discussion started by: _frank_
1 Replies

9. HP-UX

hp-ux support merced

hi all ! does anyone know what version hp-ux support VLIW Itanium (Merced) 733Mhz? thanks (2 Replies)
Discussion started by: ijj
2 Replies
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 08:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy