Sponsored Content
Full Discussion: x11
Operating Systems OS X (Apple) x11 Post 74553 by jolok on Friday 10th of June 2005 01:05:18 PM
Old 06-10-2005
The OpenOffice on Mac site doesn't mention that the code has been tested on Tiger. You may want to wait; however, others may have more insight. In any case, please see: http://www.geocities.com/terry_teagu...emRequirements
 

9 More Discussions You Might Find Interesting

1. OS X (Apple)

X11 automation?

I'm a newbie on OS X and Mac, I bought my first Mac (a Mini) in october last year, so bare with me. :) I usually run X11 to have aixterm displayed on my Mac, what I would like to do is to set a specific xhost + every time I start X11, for example xhost +10.0.0.2 every time I start X11. Also,... (1 Reply)
Discussion started by: dlundh
1 Replies

2. Windows & DOS: Issues & Discussions

cygwin-x/can't install xorg-x11-f100 & xorg-x11-fnts

Hello All. Really a newbie to Linux/Unix. Trying to get into Linux. Using XP PE currently. Installed cygwin and trying to intall cygwin-x. Everything else is setup nice but i can't seem to install these two packages (without whom xwin won't start) 1. xorg-x11-f100 2. xorg-x11-fnts Tried the... (1 Reply)
Discussion started by: binodbdrchand
1 Replies

3. Solaris

X11 in solaris

How to check whether x11 is enabled in solaris or not . we were unable to connect to one solaris box thro xwindows, please help me on this........ (4 Replies)
Discussion started by: jayaramanit
4 Replies

4. UNIX for Dummies Questions & Answers

X11 problem

Hey guys, I'm on a Solaris 9 boxes and I setup Putty to do X11 forwarding I can get my Xmanager to connect and load Xwindows screens fine. But, sometimes if I lose my putty connection or the app im running crashes X freaks out and deletes my display, setting it to nothing. When I add my display... (2 Replies)
Discussion started by: kingdbag
2 Replies

5. Solaris

X11 Display

Hi all, How to setup X11 on Solaris? ~Vinodh' Kumar (1 Reply)
Discussion started by: vino_hymi
1 Replies

6. Solaris

libgtk-x11-2.0.so.0

I have the lib libgtk-x11-2.0.so.0 in /usr/local/lib, but I still get an error as below, please help. ld.so.1: firefox-bin: fatal: libgtk-x11-2.0.so.0: open failed: No such file or directory (2 Replies)
Discussion started by: keekee
2 Replies

7. UNIX for Advanced & Expert Users

[Solved] putty+x11:How do I pass X11 display rights to "su"?

I can log into a unix system with Putty. I've set the "X11 forwarding" checkbox, and I've verified that I can display an X11 window back on my laptop. What I need to be able to do is "su" to another uid after logging in and then run something which display a window back on my laptop, with the... (2 Replies)
Discussion started by: dkarr
2 Replies

8. AIX

X11 after AIXPert

Hi all, Something stroke me as a curiosity. In aixpert (HLS), one of the policies is to disable X-Server (hls_xhost). Is this somehow related to the sudden inability of our XManager to serve as the display for the AIX 7.1 box? What makes me curious is why disabling X-Server on the AIX box... (0 Replies)
Discussion started by: Adley
0 Replies

9. Solaris

Solaris11.4 - no X11

After some problems, I have installed Solaris 11.4. The warnings saidWARNING: /pci@0,0/..... (xhci1): Connecting device on port 5 failed WARNING: /pci@0,0/..... (xhci1): Connecting device on port 6 failed Preparing image for use Unable to mount media Requesting System Maintenance Mode (See... (4 Replies)
Discussion started by: kebabbert
4 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:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy